diff options
author | jao <jao@gnu.org> | 2021-04-05 04:42:52 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-05 04:42:52 +0100 |
commit | b5c0e967f1ba8048ceee362dfe1951f69cb8dd52 (patch) | |
tree | ef430ab3b0f97743116e5c2eac1bc4effe0f7600 /lib/themes | |
parent | 16847b3fe9276c70ff388f0514760162fd359e0e (diff) | |
download | elibs-b5c0e967f1ba8048ceee362dfe1951f69cb8dd52.tar.gz elibs-b5c0e967f1ba8048ceee362dfe1951f69cb8dd52.tar.bz2 |
completion: minicomp goes by vertico now
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-themes.el | 8 |
1 files changed, 5 insertions, 3 deletions
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) |