diff options
author | ZachIR <zachir@librem.one> | 2022-07-21 13:44:44 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2022-07-21 13:44:44 -0500 |
commit | 5f300bc898765f17bdaedd9a83f0e67ddd01a41e (patch) | |
tree | ec7534ca52e41335cb6e3801e0e5bd4ee9703649 /themes/default/theme.lua | |
parent | d755b6f88e0ad1b783daf1ba18bcfcf4426d22bb (diff) |
theme: change default to use my colors
Diffstat (limited to 'themes/default/theme.lua')
-rw-r--r-- | themes/default/theme.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/theme.lua b/themes/default/theme.lua index 3b35e6a..9957887 100644 --- a/themes/default/theme.lua +++ b/themes/default/theme.lua @@ -13,8 +13,8 @@ local theme = {} theme.font = "sans 8" -theme.bg_normal = "#222222" -theme.bg_focus = "#535d6c" +theme.bg_normal = "#000000" +theme.bg_focus = "#2b55b2" theme.bg_urgent = "#ff0000" theme.bg_minimize = "#444444" theme.bg_systray = theme.bg_normal |