From 5f300bc898765f17bdaedd9a83f0e67ddd01a41e Mon Sep 17 00:00:00 2001 From: ZachIR Date: Thu, 21 Jul 2022 13:44:44 -0500 Subject: theme: change default to use my colors --- themes/default/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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 -- cgit v1.2.3