Small theme change and preparation for use with calendar module

This commit is contained in:
crater2150 2014-04-25 15:19:56 +02:00
parent 6c11744716
commit 7f84cdd6cf

View file

@ -3,12 +3,14 @@ theme = {}
theme.wallpaper = "~/.wallpaper" theme.wallpaper = "~/.wallpaper"
-- }}} -- }}}
-- {{{ Styles -- {{{ Styles
theme.font = "dejavu 7" theme.fontface = "Meslo for Powerline"
theme.fontsize = 8
theme.font = theme.fontface .. " " .. theme.fontsize
-- {{{ Colors -- {{{ Colors
theme.fg_normal = "#DCDCDC" theme.fg_normal = "#DCDCDC"
theme.fg_focus = "#F0DFAF" theme.fg_focus = "#F0DFAF"
theme.fg_urgent = "#CC9393" theme.fg_urgent = "#EECCCC"
theme.bg_normal = "#121212" theme.bg_normal = "#121212"
theme.bg_focus = "#3F3F3F" theme.bg_focus = "#3F3F3F"
theme.bg_urgent = "#DA4E4E" theme.bg_urgent = "#DA4E4E"