fix(themes: xresources): explicit bg and fg for tooltip (#983)
This commit is contained in:
parent
dc0a337aea
commit
2337329d71
|
@ -42,6 +42,9 @@ theme.border_marked = xrdb.color10
|
|||
-- Example:
|
||||
--theme.taglist_bg_focus = "#ff0000"
|
||||
|
||||
theme.tooltip_fg = theme.fg_normal
|
||||
theme.tooltip_bg = theme.bg_normal
|
||||
|
||||
-- Variables set for theming the menu:
|
||||
-- menu_[bg|fg]_[normal|focus]
|
||||
-- menu_[border_color|border_width]
|
||||
|
|
Loading…
Reference in New Issue