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

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

[elpa] externals/modus-themes 965024167f 03/13: Make transient-disabled-


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 965024167f 03/13: Make transient-disabled-suffix inherit a more appropriate face
Date: Wed, 17 May 2023 02:58:51 -0400 (EDT)

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

    Make transient-disabled-suffix inherit a more appropriate face
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index e6fdf9ee5b..ff0dae8bce 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3708,7 +3708,7 @@ FG and BG are the main colors."
     ;; have to do this with `eldoc-highlight-function-argument'.
     (list 'transient-argument `((,c :inherit (bold modus-themes-mark-alt))))
     `(transient-blue ((,c :inherit bold :foreground ,blue)))
-    `(transient-disabled-suffix ((,c :inherit modus-themes-intense-red)))
+    `(transient-disabled-suffix ((,c :inherit modus-themes-mark-del)))
     `(transient-enabled-suffix ((,c :inherit modus-themes-subtle-cyan)))
     `(transient-heading ((,c :inherit bold :foreground ,fg-main)))
     `(transient-inactive-argument ((,c :inherit shadow)))



reply via email to

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