commit 8bb56730216e014e1c7365aef244238f85eb19a2
parent d662ab1ff554cd083e29b5626fe3f28544b0d253
Author: Joonatan O'Rourke <joonatan.orourke@gmail.com>
Date: Sat, 1 Sep 2018 09:05:34 +0300
Underline current match in Ivy
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1224,7 +1224,7 @@ customize the resulting theme."
((,class (:foreground ,orange :background ,base02))))
;;;;; ivy
`(ivy-confirm-face ((,class (:foreground ,green))))
- `(ivy-current-match ((,class (:weight bold :background ,base02))))
+ `(ivy-current-match ((,class (:weight bold :background ,base02 :underline t))))
`(ivy-match-required-face ((,class (:foreground ,red))))
`(ivy-minibuffer-match-face-1 ((,class (:foreground ,base1))))
`(ivy-minibuffer-match-face-2 ((,class (:foreground ,yellow))))