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

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

[elpa] externals/modus-themes 530532130a 06/13: Make aw-minibuffer-leadi


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 530532130a 06/13: Make aw-minibuffer-leading-char-face inherit modus-themes-key-binding
Date: Wed, 17 May 2023 02:58:51 -0400 (EDT)

branch: externals/modus-themes
commit 530532130aff6f9155ca6ec273a8c5a06c0d81f7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make aw-minibuffer-leading-char-face inherit modus-themes-key-binding
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index f69296f284..464e32ba88 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1906,7 +1906,7 @@ FG and BG are the main colors."
     `(aw-background-face ((,c :foreground "gray50")))
     `(aw-key-face ((,c :inherit modus-themes-key-binding)))
     `(aw-leading-char-face ((,c :inherit (bold modus-themes-reset-soft) 
:height 1.5 :foreground ,red-intense)))
-    `(aw-minibuffer-leading-char-face ((,c :inherit (modus-themes-intense-red 
bold))))
+    `(aw-minibuffer-leading-char-face ((,c :inherit modus-themes-key-binding)))
     `(aw-mode-line-face ((,c :inherit bold)))
 ;;;;; binder
     `(binder-sidebar-highlight ((,c :inherit modus-themes-subtle-cyan)))



reply via email to

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