From 4bfeafc3ae74c7ca6d7cf123f597932ec512e6ef Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 13 Dec 2016 18:36:20 +0100 Subject: Minor theming updates --- config/awesome/themes/weasel/theme.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config/awesome/themes') diff --git a/config/awesome/themes/weasel/theme.lua b/config/awesome/themes/weasel/theme.lua index 09914b6..d491bd5 100644 --- a/config/awesome/themes/weasel/theme.lua +++ b/config/awesome/themes/weasel/theme.lua @@ -4,7 +4,7 @@ theme = {} theme.font = "sans 8" theme.bg_normal = "#222222" -theme.bg_focus = "#666d8c" +theme.bg_focus = "#565d7c" theme.bg_urgent = "#ff0000" theme.bg_systray = theme.bg_normal @@ -19,6 +19,9 @@ theme.border_width = 1 theme.border_normal = "#222222" theme.border_focus = "#009966" +theme.tasklist_bg_urgent = "#662222" +theme.tasklist_bg_focus = "#363d4c" + theme.wallpaper = "/usr/share/wallpapers/joy/contents/images/1920x1200.png" -- cgit v1.2.3