diff options
author | zachir <zachir@librem.one> | 2023-02-12 01:43:36 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-12 01:43:36 -0600 |
commit | a4f9ca967eff9d5a1692c0db830825e75e8f2386 (patch) | |
tree | 94d73957aed38ad22906cf7bc1c6e9b2b336a78a | |
parent | 161a6efd7e0ec2655d33b12271911b79b30559b2 (diff) |
tweak theme for better visibility
-rw-r--r-- | awesome/themes/default/theme.lua | 4 |
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" |