Change read-multiple-choice-face to work with any combination of prompt colours

This commit is contained in:
Protesilaos 2026-05-22 10:20:20 +03:00
parent 87d5764ecc
commit ef2fa82b12
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4541,7 +4541,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 :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))) `(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)))