branch: externals/modus-themes commit 8e45bc97fb57db6bf7689765f7504f4dc7ec05d7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for new icomplete-vertical-mode faces (Emacs 31) --- modus-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index 640342ab8a..d5270aa061 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -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)))