Slight theme adjustment

This commit is contained in:
Warren Hood 2022-11-26 03:52:09 +02:00
parent d195423c97
commit 0109446321

View file

@ -23,13 +23,13 @@ theme.font = "Mononoki Nerd Font 8"
theme.bg_normal = "#222222" theme.bg_normal = "#222222"
theme.bg_focus = "#222222" theme.bg_focus = "#222222"
theme.bg_urgent = "#cc0088" theme.bg_urgent = "#cc0088"
theme.bg_minimize = "#444444" theme.bg_minimize = "#222222"
theme.bg_systray = "#7777DD" theme.bg_systray = "#7777DD"
theme.fg_normal = "#FFFFFF" theme.fg_normal = "#FFFFFF"
theme.fg_focus = "#FFFFFF" theme.fg_focus = "#77DD77"
theme.fg_urgent = "#FFFFFF" theme.fg_urgent = "#FFFFFF"
theme.fg_minimize = "#FFFFFF" theme.fg_minimize = "#AAAAAA"
theme.useless_gap = dpi(6) theme.useless_gap = dpi(6)
theme.border_width = dpi(2) theme.border_width = dpi(2)