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

    Add aurel-info-voted face
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index ff17876..37f678d 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -438,6 +438,7 @@ For INVERT, see `alect-get-color'."
          (aurel-info-depends-opt  ((,c :foreground ,(gc 'fg-2))))
          (aurel-info-required     ((,c :foreground ,(gc 'fg))))
          (aurel-info-optional-for ((,c :foreground ,(gc 'fg-2))))
+         (aurel-info-voted        ((,c :foreground ,(gc 'green) :weight bold)))
 
          ;; auto-complete
          (ac-candidate-face       ((,c :foreground ,(gc 'gray+2)

Reply via email to