mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add support for new icomplete-vertical-mode faces (Emacs 31)
This commit is contained in:
parent
edb78e5f46
commit
8e45bc97fb
|
|
@ -2742,6 +2742,8 @@ FG and BG are the main colors."
|
|||
`(ibut-face ((,c :inherit button :background ,bg-link-symbolic :foreground ,fg-link-symbolic :underline ,underline-link-symbolic)))
|
||||
;;;;; icomplete
|
||||
`(icomplete-first-match ((,c :inherit modus-themes-completion-match-0)))
|
||||
`(icomplete-vertical-selected-prefix-indicator-face ((,c :inherit bold :foreground ,keybind)))
|
||||
`(icomplete-vertical-unselected-prefix-indicator-face ((,c :inherit shadow)))
|
||||
`(icomplete-selected-match ((,c :inherit modus-themes-completion-selected)))
|
||||
;;;;; ido-mode
|
||||
`(ido-first-match ((,c :inherit modus-themes-completion-match-0)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue