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

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

[elpa] externals/modus-themes a1fc3b4d5d 2/5: Revise read-multiple-choic


From: ELPA Syncer
Subject: [elpa] externals/modus-themes a1fc3b4d5d 2/5: Revise read-multiple-choice-face to use a blue/cyan hue
Date: Sat, 9 Dec 2023 03:58:20 -0500 (EST)

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

    Revise read-multiple-choice-face to use a blue/cyan hue
    
    The previous style looked like a warning and could be mistaken for
    some kind of error feedback.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index b23df188b2..1d7ce7c484 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1672,7 +1672,7 @@ FG and BG are the main colors."
     `(mm-uu-extract ((,c :foreground ,mail-part)))
     `(next-error ((,c :inherit modus-themes-prominent-error :extend t)))
     `(pgtk-im-0 ((,c :inherit modus-themes-prominent-note)))
-    `(read-multiple-choice-face ((,c :inherit (bold modus-themes-mark-alt))))
+    `(read-multiple-choice-face ((,c :inherit modus-themes-mark-sel)))
     `(rectangle-preview ((,c :inherit secondary-selection)))
     `(region ((,c :background ,bg-region :foreground ,fg-region)))
     `(secondary-selection ((,c :background ,bg-hover-secondary :foreground 
,fg-main)))



reply via email to

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