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

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

[elpa] externals/ef-themes 26e60fa28c 1/3: Make edmacro-label stand out


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 26e60fa28c 1/3: Make edmacro-label stand out from its context
Date: Thu, 1 Dec 2022 01:57:42 -0500 (EST)

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

    Make edmacro-label stand out from its context
    
    This is for Emacs 29.  We see it when editing keyboard
    macros (e.g. with C-x C-k C-e (kmacro-edit-macro-repeat)).
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index d2294d6e2a..36828cf44d 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -693,7 +693,7 @@ Helper function for `ef-themes-preview-colors'."
     `(child-frame-border ((,c :background ,border)))
     `(comint-highlight-input ((,c :inherit bold)))
     `(comint-highlight-prompt ((,c :inherit minibuffer-prompt)))
-    `(edmacro-label ((,c :inherit bold)))
+    `(edmacro-label ((,c :inherit bold :foreground ,accent-0)))
     `(elisp-shorthand-font-lock-face ((,c :inherit italic)))
     `(error ((,c :inherit bold :foreground ,err)))
     `(escape-glyph ((,c :foreground ,warning)))



reply via email to

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