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

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

[nongnu] elpa/apropospriate-theme d4ce0e0 081/118: underline ivy-minibuf


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme d4ce0e0 081/118: underline ivy-minibuffer-match faces
Date: Thu, 21 Oct 2021 18:02:27 -0400 (EDT)

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

    underline ivy-minibuffer-match faces
---
 apropospriate.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index 793e057..3eaca52 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -201,10 +201,11 @@ 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 (:foreground ,cyan))))
-     `(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))))
+     `(ivy-minibuffer-match-face-1 ((,class (:foreground nil :background nil 
:underline (:style line :color ,base02)))))
+
+     `(ivy-minibuffer-match-face-2 ((,class (:foreground ,yellow :background 
nil :underline (:style line :color ,base02)))))
+     `(ivy-minibuffer-match-face-3 ((,class (:foreground ,yellow :background 
nil :underline (:style line :color ,base02)))))
+     `(ivy-minibuffer-match-face-4 ((,class (:foreground ,yellow :background 
nil :underline (:style line :color ,base02)))))
      `(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))))



reply via email to

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