summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-12 01:43:36 -0600
committerzachir <zachir@librem.one>2023-02-12 01:43:36 -0600
commita4f9ca967eff9d5a1692c0db830825e75e8f2386 (patch)
tree94d73957aed38ad22906cf7bc1c6e9b2b336a78a /awesome
parent161a6efd7e0ec2655d33b12271911b79b30559b2 (diff)
tweak theme for better visibility
Diffstat (limited to 'awesome')
-rw-r--r--awesome/themes/default/theme.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index f5d77fa..cb58f75 100644
--- a/awesome/themes/default/theme.lua
+++ b/awesome/themes/default/theme.lua
@@ -18,10 +18,10 @@ 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 = "#ffffff"
+theme.fg_focus = "#000000"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"