From 2337329d71022d659b8b5aad4a7719c09f7831b4 Mon Sep 17 00:00:00 2001 From: Yauhen Kirylau Date: Wed, 6 Jul 2016 14:15:29 +0200 Subject: [PATCH] fix(themes: xresources): explicit bg and fg for tooltip (#983) --- themes/xresources/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/xresources/theme.lua b/themes/xresources/theme.lua index a1cea1a23..6be76e7bc 100644 --- a/themes/xresources/theme.lua +++ b/themes/xresources/theme.lua @@ -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]