branch: elpa/gruvbox-theme
commit d05863f61fca70349f5508b381c95efa3f958ff5
Author: Martijn Terpstra <[email protected]>
Commit: Jason Milkins <[email protected]>
Updated ivy-current-match to contrast background color
---
gruvbox.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gruvbox.el b/gruvbox.el
index aa8848ec34..2b8d18929c 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -358,7 +358,7 @@
(show-paren-mismatch (:background
gruvbox-bright_red :foreground gruvbox-dark3 :weight 'bold))
;; ivy
- (ivy-current-match (:foreground gruvbox-white
:weight 'bold :underline t))
+ (ivy-current-match (:foreground
gruvbox-light0_hard :weight 'bold :underline t))
(ivy-minibuffer-match-face-1 (:foreground
gruvbox-neutral_orange))
(ivy-minibuffer-match-face-2 (:foreground
gruvbox-neutral_yellow))
(ivy-minibuffer-match-face-3 (:foreground
gruvbox-faded_orange))