branch: externals/ef-themes commit 08b95a4b6c8d4e7021b4fc76482c8cd3e97e9569 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak tooltip face --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 4a1039912f..d7505d4588 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -104,7 +104,7 @@ When called from Lisp, THEME is a symbol." `(rectangle-preview ((,c :inherit secondary-selection))) `(shadow ((,c :foreground ,fg-dim))) `(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense))) - `(tooltip ((,c :background ,bg-active :foreground ,fg-intense))) + `(tooltip ((,c :background ,bg-alt :foreground ,fg-intense))) ;;;; all-the-icons `(all-the-icons-blue ((,c :foreground ,blue-cooler))) `(all-the-icons-blue-alt ((,c :foreground ,blue-warmer)))