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

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

[elpa] externals/ef-themes 47029872a7 009/281: Use link mappings for wid


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 47029872a7 009/281: Use link mappings for widget buttons
Date: Tue, 16 Aug 2022 16:58:13 -0400 (EDT)

branch: externals/ef-themes
commit 47029872a78a358b762d52cb2ebb6f78a8f4140b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use link mappings for widget buttons
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 7cf587e715..422aa43d3f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -585,8 +585,8 @@
 ;;;; vertico
     `(vertico-current ((,c :background ,bg-completion)))
 ;;;; widget
-    `(widget-button ((,c :inherit bold :foreground ,accent-0)))
-    `(widget-button-pressed ((,c :inherit widget-button :foreground 
,accent-1)))
+    `(widget-button ((,c :inherit bold :foreground ,link)))
+    `(widget-button-pressed ((,c :inherit widget-button :foreground 
,link-alt)))
     `(widget-documentation ((,c :inherit font-lock-doc-face)))
     `(widget-field ((,c :background ,bg-alt :foreground ,fg-main :extend nil)))
     `(widget-inactive ((,c :inherit shadow :background ,bg-dim)))



reply via email to

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