diff options
Diffstat (limited to 'config/awesome/themes')
-rw-r--r-- | config/awesome/themes/weasel/theme.lua | 5 |
1 files changed, 4 insertions, 1 deletions
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" |