[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 8e45bc97fb 1/2: Add support for new icompl
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 8e45bc97fb 1/2: Add support for new icomplete-vertical-mode faces (Emacs 31) |
Date: |
Sat, 5 Apr 2025 06:58:36 -0400 (EDT) |
branch: externals/modus-themes
commit 8e45bc97fb57db6bf7689765f7504f4dc7ec05d7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))