branch: externals/ef-themes
commit 47029872a78a358b762d52cb2ebb6f78a8f4140b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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)))