From 7f84cdd6cf7de4c86f82898fe309b4eb41b3fb2b Mon Sep 17 00:00:00 2001 From: crater2150 Date: Fri, 25 Apr 2014 15:19:56 +0200 Subject: [PATCH] Small theme change and preparation for use with calendar module --- theme.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme.lua b/theme.lua index 8f1580c..d7e7367 100644 --- a/theme.lua +++ b/theme.lua @@ -3,12 +3,14 @@ theme = {} theme.wallpaper = "~/.wallpaper" -- }}} -- {{{ Styles -theme.font = "dejavu 7" +theme.fontface = "Meslo for Powerline" +theme.fontsize = 8 +theme.font = theme.fontface .. " " .. theme.fontsize -- {{{ Colors theme.fg_normal = "#DCDCDC" theme.fg_focus = "#F0DFAF" -theme.fg_urgent = "#CC9393" +theme.fg_urgent = "#EECCCC" theme.bg_normal = "#121212" theme.bg_focus = "#3F3F3F" theme.bg_urgent = "#DA4E4E"