Replaced gray with black

This commit is contained in:
Mutzi 2023-01-30 15:10:44 +01:00
parent 5aa6a52512
commit 81fb2ce21c

View File

@ -67,7 +67,7 @@ theme.widget_bat_full = theme.confdir .. '/icons/info/batfull.png'
theme.widget_vol_mute = theme.confdir .. '/icons/info/volmute.png' theme.widget_vol_mute = theme.confdir .. '/icons/info/volmute.png'
theme.widget_vol_low = theme.confdir .. '/icons/info/vollow.png' theme.widget_vol_low = theme.confdir .. '/icons/info/vollow.png'
theme.widget_vol_high = theme.confdir .. '/icons/info/volhigh.png' theme.widget_vol_high = theme.confdir .. '/icons/info/volhigh.png'
theme.taglist_fg_focus = '#111111' theme.taglist_fg_focus = '#000000'
theme.taglist_bg_focus = '#b3b3b3' theme.taglist_bg_focus = '#b3b3b3'
theme.taglist_squares_unsel = theme.confdir .. '/icons/usedtag.png' theme.taglist_squares_unsel = theme.confdir .. '/icons/usedtag.png'
theme.taglist_squares_resize = true theme.taglist_squares_resize = true
@ -121,7 +121,7 @@ local function build_widget_list(widgets)
table.insert(out, lain.util.separators.arrow_left(last_bg, widget.bg)) table.insert(out, lain.util.separators.arrow_left(last_bg, widget.bg))
local bg_widget = wibox.widget.background(wibox.container.margin(widget.widget, 5, 5), widget.bg) local bg_widget = wibox.widget.background(wibox.container.margin(widget.widget, 5, 5), widget.bg)
bg_widget.fg = '#111111' bg_widget.fg = '#000000'
table.insert(out, bg_widget) table.insert(out, bg_widget)
last_bg = widget.bg last_bg = widget.bg