fix(themes: xresources): explicit bg and fg for tooltip (#983)

This commit is contained in:
Yauhen Kirylau 2016-07-06 14:15:29 +02:00 committed by GitHub
parent dc0a337aea
commit 2337329d71
1 changed files with 3 additions and 0 deletions

View File

@ -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]