diff options
Diffstat (limited to 'awesome/themes/default')
| -rw-r--r-- | awesome/themes/default/theme.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index 9c3076e..cb58f75 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -18,7 +18,7 @@ theme.bg_focus      = "#39c1ed"  theme.bg_accent     = "#198844"  theme.bg_urgent     = "#ff0000"  theme.bg_minimize   = "#444444" -theme.bg_systray    = theme.bg_normal +theme.bg_systray    = theme.bg_focus  theme.fg_normal     = "#aaaaaa"  theme.fg_focus      = "#000000" | 
