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

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

[elpa] externals/standard-themes 4bf3ba8c28 1/2: Make edmacro-label stan


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 4bf3ba8c28 1/2: Make edmacro-label stand out from its context
Date: Thu, 1 Dec 2022 01:58:18 -0500 (EST)

branch: externals/standard-themes
commit 4bf3ba8c285200c77c8c35b10dbecef5b1bf5fcf
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)).
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 191fc846d1..3b66eee496 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -779,7 +779,7 @@ Helper function for `standard-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]