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

    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