branch: externals/modus-themes
commit 55be658ddf4c6a7f537d8161343ff17611852a64
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use a background and box for the completion groups
---
modus-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modus-themes.el b/modus-themes.el
index 45b009deb3..3e75768077 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4975,6 +4975,8 @@ If COLOR is unspecified, then return :box unspecified."
;;;;; completions
`(completions-annotations ((,c :inherit modus-themes-slant :foreground
,docstring)))
`(completions-common-part ((,c :inherit modus-themes-completion-match-0)))
+ `(completions-group-title ((,c :inherit bold :background ,bg-dim
:foreground ,name :box ,border :height 0.9)))
+ `(completions-group-separator ((,c :strike-through t :foreground ,border)))
`(completions-first-difference ((,c :inherit
modus-themes-completion-match-1)))
`(completions-highlight ((,c :inherit modus-themes-completion-selected)))
;;;;; consult
@@ -7090,6 +7092,8 @@ If COLOR is unspecified, then return :box unspecified."
`(vc-up-to-date-state (( )))
;;;;; vertico
`(vertico-current ((,c :inherit modus-themes-completion-selected)))
+ `(vertico-group-title ((,c :inherit bold :background ,bg-dim :foreground
,name :box ,border :height 0.9)))
+ `(vertico-group-separator ((,c :strike-through t :foreground ,border)))
;;;;; vertico-quick
`(vertico-quick1 ((,c :inherit bold :background ,bg-search-current
:foreground ,fg-search-current)))
`(vertico-quick2 ((,c :inherit bold :background ,bg-search-current
:foreground ,fg-search-current)))