mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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).
This commit is contained in:
parent
24e4b4b9e4
commit
fd124dc370
|
|
@ -4610,7 +4610,7 @@ If COLOR is unspecified, then return :box unspecified."
|
||||||
`(mm-uu-extract ((,c :foreground ,mail-part)))
|
`(mm-uu-extract ((,c :foreground ,mail-part)))
|
||||||
`(next-error ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
|
`(next-error ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
|
||||||
`(pgtk-im-0 ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
|
`(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)))
|
`(rectangle-preview ((,c :background ,bg-active :foreground ,fg-main)))
|
||||||
`(region ((,c :background ,bg-region :foreground ,fg-region)))
|
`(region ((,c :background ,bg-region :foreground ,fg-region)))
|
||||||
`(secondary-selection ((,c :background ,bg-hover-secondary :foreground ,fg-main)))
|
`(secondary-selection ((,c :background ,bg-hover-secondary :foreground ,fg-main)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue