branch: externals/modus-themes
commit a1fc3b4d5dc384b06083fd016c9822ebb530ef6f
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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