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

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

[nongnu] elpa/gruvbox-theme 1e41219fce 138/258: Added faces for ivy


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 1e41219fce 138/258: Added faces for ivy
Date: Sat, 1 Jan 2022 01:59:38 -0500 (EST)

branch: elpa/gruvbox-theme
commit 1e41219fce47a8b5201de98f954e7040b4eea980
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Added faces for ivy
---
 gruvbox.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index aa8848ec34..d2a0692a2e 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -369,6 +369,13 @@
      (mu4e-unread-face                          (:foreground 
gruvbox-bright_blue :weight 'bold ))
      (mu4e-highlight-face                       (:foreground 
gruvbox-neutral_green))
 
+     ;; ivy
+     (ivy-current-match                         (:foreground gruvbox-white 
:weight 'bold :underline t))
+     (ivy-minibuffer-match-face-1               (:foreground 
gruvbox-neutral_orange))
+     (ivy-minibuffer-match-face-2               (:foreground 
gruvbox-neutral_yellow))
+     (ivy-minibuffer-match-face-3               (:foreground 
gruvbox-faded_orange))
+     (ivy-minibuffer-match-face-4               (:foreground 
gruvbox-faded_yellow))
+
      ;; MODE SUPPORT: dired+
      (diredp-file-name                          (:foreground gruvbox-light2))
      (diredp-file-suffix                        (:foreground gruvbox-light4))



reply via email to

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