diff options
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) |