From b5c0e967f1ba8048ceee362dfe1951f69cb8dd52 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 5 Apr 2021 04:42:52 +0100 Subject: completion: minicomp goes by vertico now --- lib/themes/jao-themes.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/themes/jao-themes.el') diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 6fa66c0..5543c9b 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -822,8 +822,6 @@ (mm-uu-extract (p hilite) ex) (minibuffer-line (p f00)) (minibuffer-prompt (p f00)) - (minicomp-group-title (p dimm)) - (minicomp-group-separator (p dimm) :strike-through "grey80") (mode-line-buffer-id nbf (c nil nil)) (mode-line-emphasis (p warning)) (mode-line-highlight (~ mode-line)) @@ -1012,7 +1010,11 @@ (twittering-username-face (p f01))) `((underline ul)) `((variable-pitch :family ,jao-themes--face-family :height 110) - (vertical-border (c ,jao-themes--box nil) :inherit default)) + (vertical-border (c ,jao-themes--box nil) :inherit default) + (vertico-current (p hilite)) + (vertico-group-title (p dimm)) + (vertico-group-separator (p dimm) :strike-through "grey80") + (vertico-truncation (~ shadow))) `((w3m-anchor link) (w3m-arrived-anchor vlink) (w3m-bold bf dbg dfg) -- cgit v1.2.3