emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 71b3f8c241 137/336: Swiper/ivy support (fi


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 71b3f8c241 137/336: Swiper/ivy support (fix #34)
Date: Fri, 14 Jan 2022 10:59:25 -0500 (EST)

branch: elpa/spacemacs-theme
commit 71b3f8c241227eb14e7ca64eef7a18e5e4e25234
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]