diff options
author | zachir <zachir@librem.one> | 2023-02-12 15:42:20 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-12 15:42:20 -0600 |
commit | c3ea19e1940e965baa16c612a0dc9d7326b1cd12 (patch) | |
tree | 292dca14dc26fcdfe046a402c2cdd4670c37fec0 /awesome/themes | |
parent | 161a6efd7e0ec2655d33b12271911b79b30559b2 (diff) |
set fg_focus to 00000 in awesome theme
Diffstat (limited to 'awesome/themes')
-rw-r--r-- | awesome/themes/default/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index f5d77fa..9c3076e 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -21,7 +21,7 @@ theme.bg_minimize = "#444444" theme.bg_systray = theme.bg_normal theme.fg_normal = "#aaaaaa" -theme.fg_focus = "#ffffff" +theme.fg_focus = "#000000" theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" |