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

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

[nongnu] elpa/apropospriate-theme 09f2f18 071/118: make swiper & ivy sty


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 09f2f18 071/118: make swiper & ivy styling simpler and more consistent
Date: Thu, 21 Oct 2021 18:02:25 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 09f2f184445f179c3c888a4a9b6cafea82a0ca99
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    make swiper & ivy styling simpler and more consistent
---
 apropospriate.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index 2fcd5b4..5c88879 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -201,14 +201,15 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(ivy-match-required-face ((,class (:foreground ,red))))
      `(ivy-remote ((,class (:foreground ,cyan))))
      `(ivy-virtual ((,class (:inherit ido-virtual))))
-     `(ivy-minibuffer-match-face-1 ((,class (:background ,light-emphasis-2))))
-     `(ivy-minibuffer-match-face-2 ((,class (:inherit match))))
-     `(ivy-minibuffer-match-face-3 ((,class (:foreground ,yellow))))
-     `(ivy-minibuffer-match-face-4 ((,class (:foreground ,yellow))))
+     `(ivy-minibuffer-match-face-1 ((,class (:foreground ,yellow :background 
nil))))
+     `(ivy-minibuffer-match-face-2 ((,class (:foreground ,yellow :background 
nil))))
+     `(ivy-minibuffer-match-face-3 ((,class (:foreground ,yellow :background 
nil))))
+     `(ivy-minibuffer-match-face-4 ((,class (:foreground ,yellow :background 
nil))))
      `(swiper-match-face-1 ((,class (:inherit ivy-minibuffer-match-face-1))))
      `(swiper-match-face-2 ((,class (:inherit ivy-minibuffer-match-face-2))))
      `(swiper-match-face-3 ((,class (:inherit ivy-minibuffer-match-face-3))))
      `(swiper-match-face-4 ((,class (:inherit ivy-minibuffer-match-face-4))))
+     `(swiper-line-face ((,class (:background ,highlight-line-color))))
      `(wgrep-face ((,class (:background ,base00+2))))
      `(wgrep-file-face ((,class (:background ,base00+1))))
      `(wgrep-delete-face ((,class (:foreground ,red))))



reply via email to

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