Small theme change and preparation for use with calendar module
This commit is contained in:
parent
6c11744716
commit
7f84cdd6cf
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue