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

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

[nongnu] elpa/apropospriate-theme 926f98d 054/118: make ivy fuzzy matchi


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 926f98d 054/118: make ivy fuzzy matching more subtle and readable
Date: Thu, 21 Oct 2021 18:02:21 -0400 (EDT)

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

    make ivy fuzzy matching more subtle and readable
---
 apropospriate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index aa7045e..c0619df 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -186,8 +186,8 @@
      `(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 (:underline (:style line :color 
,cyan)))))
-     `(ivy-minibuffer-match-face-4 ((,class (:underline (:style line :color 
,pink-1)))))
+     `(ivy-minibuffer-match-face-3 ((,class (:foreground ,yellow))))
+     `(ivy-minibuffer-match-face-4 ((,class (:foreground ,yellow))))
      `(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]