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

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

[nongnu] elpa/spacemacs-theme c4a8f2f0c6 142/336: Swiper/ivy yet again


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme c4a8f2f0c6 142/336: Swiper/ivy yet again
Date: Fri, 14 Jan 2022 10:59:26 -0500 (EST)

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

    Swiper/ivy yet again
---
 spacemacs-common.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index dc5efd37cb..6fd1eef646 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -383,11 +383,11 @@
      `(info-title-4 ((,class (:height 1.2))))
 
 ;;;;; ivy
-     `(ivy-current-match ((,class (:foreground ,mat :background ,highlight 
:bold t))))
+     `(ivy-current-match ((,class (:background ,highlight :bold t))))
      `(ivy-minibuffer-match-face-1 ((,class (:bold t))))
-     `(ivy-minibuffer-match-face-2 ((,class (:foreground ,head1 :background 
,head1-bg :bold t))))
-     `(ivy-minibuffer-match-face-3 ((,class (:foreground ,head4 :background 
,head4-bg :bold t))))
-     `(ivy-minibuffer-match-face-4 ((,class (:foreground ,head3 :background 
,head3-bg :bold t))))
+     `(ivy-minibuffer-match-face-2 ((,class (:foreground ,head1 :underline 
t))))
+     `(ivy-minibuffer-match-face-3 ((,class (:foreground ,head4 :underline 
t))))
+     `(ivy-minibuffer-match-face-4 ((,class (:foreground ,head3 :underline 
t))))
      `(ivy-remote ((,class (:foreground ,cyan))))
 
 ;;;;; linum-mode
@@ -530,11 +530,11 @@
      `(sp-show-pair-match-face ((,class (:foreground ,mat :weight bold 
:underline t))))
 
 ;;;;; swiper
-     `(swiper-line-face ((,class (:foreground ,mat :background ,highlight 
:bold t))))
+     `(swiper-line-face ((,class (:background ,highlight :bold t))))
      `(swiper-match-face-1 ((,class (:bold t))))
-     `(swiper-match-face-2 ((,class (:foreground ,head1 :background ,head1-bg 
:bold t))))
-     `(swiper-match-face-3 ((,class (:foreground ,head4 :background ,head4-bg 
:bold t))))
-     `(swiper-match-face-4 ((,class (:foreground ,head3 :background ,head3-bg 
:bold t))))
+     `(swiper-match-face-2 ((,class (:foreground ,head1 :underline t))))
+     `(swiper-match-face-3 ((,class (:foreground ,head4 :underline t))))
+     `(swiper-match-face-4 ((,class (:foreground ,head3 :underline t))))
 
 ;;;;; spaceline
      `(spaceline-python-venv ((,class (:foreground ,comp))))



reply via email to

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