Make systray bg consistent

(cherry picked from commit bdec70f047)
This commit is contained in:
Warren Hood 2023-02-28 21:20:57 +02:00 committed by Warren Hood
parent 8580ef589f
commit 36b26e4cee

View file

@ -24,7 +24,7 @@ theme.bg_normal = "#222222AA"
theme.bg_focus = "#222222AA"
theme.bg_urgent = "#cc0088"
theme.bg_minimize = "#222222"
theme.bg_systray = "#7777DD"
theme.bg_systray = "#444444"
theme.fg_normal = "#FFFFFF"
theme.fg_focus = "#77DDDD"