branch: externals/ef-themes
commit 34240ee9bd1e96304ffb7fc22d3b9802bd2f1921
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for icon-button (Emacs 29)
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 07e77177c4..4dcf4ce758 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -538,6 +538,7 @@ Helper function for `ef-themes-preview-colors'."
     `(elisp-shorthand-font-lock-face ((,c :inherit italic)))
     `(escape-glyph ((,c :foreground ,warning)))
     `(error ((,c :inherit bold :foreground ,err)))
+    `(icon-button ((,c :box ,fg-dim :background ,bg-active :foreground 
,fg-intense))) ; same as `custom-button'
     `(success ((,c :inherit bold :foreground ,info)))
     `(warning ((,c :inherit bold :foreground ,warning)))
     `(fringe ((,c :background unspecified)))

Reply via email to