branch: elpa/apropospriate-theme
commit 926f98dc4832913048211f50a9427b4f7e3430ee
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    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