From fd124dc3708d1b3240b8e49a70f58f7e50a5cc41 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Tue, 1 Sep 2026 05:11:05 +0300 Subject: [PATCH] Make read-multiple-choice-face use the style of keybindings plus :inverse-video This is to make repeat-echo-message more consistent while also accounting for the original use-case of this face where the surrounding text is that of the minibuffer prompt (and may thus look similar/identical to the keybindings). --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 584ad3d..3745e5c 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -4610,7 +4610,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 :inverse-video t))) + `(read-multiple-choice-face ((,c :inherit (bold modus-themes-fixed-pitch) :foreground ,keybind :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)))