emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 4d90833 259/269: Add new ivy faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 4d90833 259/269: Add new ivy faces
Date: Thu, 21 Oct 2021 17:59:31 -0400 (EDT)

branch: elpa/alect-themes
commit 4d90833a7381123a979f73fa97a013071ca7ff00
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add new ivy faces
    
    These faces ('ivy-highlight-face' and 'counsel-key-binding') were added by:
    
    
https://github.com/abo-abo/swiper/commit/3a00c5a18da3547983e29be496e538a7130f85fb
    
https://github.com/abo-abo/swiper/commit/222c6529589def94efc9238489976323155ce300
---
 alect-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 7fc9913..2be4744 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1075,6 +1075,7 @@ For INVERT, see `alect-get-color'."
                                                  :style nil))))
          (ivy-current-match           ((,c :foreground ,(gc 'fg+2)
                                            :weight bold)))
+         (ivy-highlight-face          ((,c :inherit 
font-lock-variable-name-face)))
          (ivy-confirm-face            ((,c :inherit minibuffer-prompt
                                            :foreground ,(gc 'green))))
          (ivy-match-required-face     ((,c :inherit minibuffer-prompt
@@ -1090,6 +1091,7 @@ For INVERT, see `alect-get-color'."
          (ivy-minibuffer-match-face-2 ((,c nil)))
          (ivy-minibuffer-match-face-3 ((,c :inherit 
ivy-minibuffer-match-face-2)))
          (ivy-minibuffer-match-face-4 ((,c :inherit 
ivy-minibuffer-match-face-2)))
+         (counsel-key-binding         ((,c :inherit alect-key)))
 
          ;; linum-mode
          (linum ((,c :foreground ,(gc 'fg-2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]