mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
fix(themes: xresources): explicit bg and fg for tooltip (#983)
This commit is contained in:
parent
dc0a337aea
commit
2337329d71
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue