summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2022-07-21 13:44:44 -0500
committerZachIR <zachir@librem.one>2022-07-21 13:44:44 -0500
commit5f300bc898765f17bdaedd9a83f0e67ddd01a41e (patch)
treeec7534ca52e41335cb6e3801e0e5bd4ee9703649
parentd755b6f88e0ad1b783daf1ba18bcfcf4426d22bb (diff)
theme: change default to use my colors
-rw-r--r--themes/default/theme.lua4
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