Commit 09f7f34021c184b9ba2c174b7cbefdf7c9ffe0ad
1 parent
eb03b1f9c2
Exists in
master
awesome black bar
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
awesome/awesome/zenburn_LR/theme.lua
View file @
09f7f34
... | ... | @@ -18,8 +18,8 @@ |
18 | 18 | theme.fg_normal = "#DCDCCC" |
19 | 19 | theme.fg_focus = "#F0DFAF" |
20 | 20 | theme.fg_urgent = "#CC9393" |
21 | -theme.bg_normal = "#3F3F3F" | |
22 | -theme.bg_focus = "#1E2320" | |
21 | +theme.bg_normal = "#000000" | |
22 | +theme.bg_focus = "#333333" | |
23 | 23 | theme.bg_urgent = "#3F3F3F" |
24 | 24 | -- }}} |
25 | 25 |