emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes db4555590c 079/281: Use bg-active for tooltip


From: ELPA Syncer
Subject: [elpa] externals/ef-themes db4555590c 079/281: Use bg-active for tooltips
Date: Tue, 16 Aug 2022 16:58:21 -0400 (EDT)

branch: externals/ef-themes
commit db4555590cf8ec68a3d3b77e1bd3de6da7e6b6ea
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]