branch: elpa/spacemacs-theme
commit 71b3f8c241227eb14e7ca64eef7a18e5e4e25234
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Swiper/ivy support (fix #34)
---
spacemacs-common.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index a132b47d88..2ac9221a24 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -380,10 +380,10 @@
;;;;; ivy
`(ivy-current-match ((,class (:foreground ,mat :background ,nil :bold
t))))
- `(ivy-minibuffer-match-face-1 ((,class (:foreground ,head2 :background
nil))))
- `(ivy-minibuffer-match-face-2 ((,class (:foreground ,head1 :background
nil))))
- `(ivy-minibuffer-match-face-3 ((,class (:foreground ,head3 :background
nil))))
- `(ivy-minibuffer-match-face-4 ((,class (:foreground ,head4 :background
nil))))
+ `(ivy-minibuffer-match-face-1 ((,class (:foreground ,head2 :background
,head2-bg))))
+ `(ivy-minibuffer-match-face-2 ((,class (:foreground ,head1 :background
,head1-bg))))
+ `(ivy-minibuffer-match-face-3 ((,class (:foreground ,head3 :background
,head3-bg))))
+ `(ivy-minibuffer-match-face-4 ((,class (:foreground ,head4 :background
,head3-bg))))
`(ivy-remote ((,class (:foreground ,cyan))))
;;;;; linum-mode