fixed drawer icon background
This commit is contained in:
parent
51b2f74771
commit
ebff8101f6
|
@ -149,6 +149,7 @@ theme.mailbox_icon_bg_normal = theme.topbar_bg
|
||||||
theme.volume_icon_bg_normal = theme.topbar_bg
|
theme.volume_icon_bg_normal = theme.topbar_bg
|
||||||
theme.battery_icon_bg_normal = theme.topbar_bg
|
theme.battery_icon_bg_normal = theme.topbar_bg
|
||||||
theme.username_icon_bg_normal = theme.topbar_bg
|
theme.username_icon_bg_normal = theme.topbar_bg
|
||||||
|
theme.drawer_icon_bg_normal = theme.topbar_bg
|
||||||
-- Generate taglist squares:
|
-- Generate taglist squares:
|
||||||
local taglist_square_size = dpi(4)
|
local taglist_square_size = dpi(4)
|
||||||
theme.taglist_squares_sel = theme_assets.taglist_squares_sel(
|
theme.taglist_squares_sel = theme_assets.taglist_squares_sel(
|
||||||
|
|
|
@ -148,7 +148,8 @@ theme.wallpapers_icon_bg_normal = theme.topbar_bg
|
||||||
theme.mailbox_icon_bg_normal = theme.topbar_bg
|
theme.mailbox_icon_bg_normal = theme.topbar_bg
|
||||||
theme.volume_icon_bg_normal = theme.topbar_bg
|
theme.volume_icon_bg_normal = theme.topbar_bg
|
||||||
theme.battery_icon_bg_normal = theme.topbar_bg
|
theme.battery_icon_bg_normal = theme.topbar_bg
|
||||||
theme.username_icon_bg_normal = "wtf"
|
theme.username_icon_bg_normal = theme.topbar_bg
|
||||||
|
theme.drawer_icon_bg_normal = theme.topbar_bg
|
||||||
-- Generate taglist squares:
|
-- Generate taglist squares:
|
||||||
local taglist_square_size = dpi(4)
|
local taglist_square_size = dpi(4)
|
||||||
theme.taglist_squares_sel = theme_assets.taglist_squares_sel(
|
theme.taglist_squares_sel = theme_assets.taglist_squares_sel(
|
||||||
|
|
Loading…
Reference in New Issue