branch: elpa/alect-themes
commit 77cb83979c824dc3966dcd0f867c7fef981328c8
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'vertico-current' face
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index bd59c348fc1..36c66ab8459 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1741,6 +1741,9 @@ For INVERT, see `alect-get-color'."
          (utop-error  ((,c :inherit error)))
          (utop-stderr ((,c :foreground ,(gc 'red+1))))
 
+         ;; vertico
+         (vertico-current    ((,c :weight bold)))
+
          ;; vc
          (vc-up-to-date-state    ((,c :foreground ,(gc 'green-1))))
          (vc-edited-state        ((,c :foreground ,(gc 'yellow+1))))

Reply via email to