From ef2fa82b1294ead51c1ed4db77d0fc5c24cbc151 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Fri, 22 May 2026 10:20:20 +0300 Subject: [PATCH] Change read-multiple-choice-face to work with any combination of prompt colours --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 78e8f04..75c351f 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -4541,7 +4541,7 @@ If COLOR is unspecified, then return :box unspecified." `(mm-uu-extract ((,c :foreground ,mail-part))) `(next-error ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err))) `(pgtk-im-0 ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note))) - `(read-multiple-choice-face ((,c :inherit bold :background ,bg-mark-select :foreground ,fg-mark-select))) + `(read-multiple-choice-face ((,c :inverse-video t))) `(rectangle-preview ((,c :background ,bg-active :foreground ,fg-main))) `(region ((,c :background ,bg-region :foreground ,fg-region))) `(secondary-selection ((,c :background ,bg-hover-secondary :foreground ,fg-main)))