branch: externals/ef-themes commit db4555590cf8ec68a3d3b77e1bd3de6da7e6b6ea Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use bg-active for tooltips --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 47cc642799..36be067cc1 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -97,7 +97,7 @@ When called from Lisp, THEME is a symbol." `(button ((,c :foreground ,link :underline ,border))) `(link ((,c :foreground ,link :underline ,border))) `(shadow ((,c :foreground ,fg-dim))) - `(tooltip ((,c :background ,bg-alt :foreground ,fg-main))) + `(tooltip ((,c :background ,bg-active :foreground ,fg-intense))) ;;;; ansi-color `(ansi-color-black ((,c :background "black" :foreground "black"))) `(ansi-color-blue ((,c :background ,blue :foreground ,blue)))