Add support for new icomplete-vertical-mode faces (Emacs 31)

This commit is contained in:
Protesilaos Stavrou 2025-04-05 13:19:09 +03:00
parent edb78e5f46
commit 8e45bc97fb
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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)))