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

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

[nongnu] elpa/spacemacs-theme 928e31dbc0 139/336: Tweak swiper/ivy yet a


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 928e31dbc0 139/336: Tweak swiper/ivy yet again
Date: Fri, 14 Jan 2022 10:59:26 -0500 (EST)

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

    Tweak swiper/ivy yet again
---
 spacemacs-common.el | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 2c1fdf17bc..848f3281ca 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 ,nil :bold 
t))))
-     `(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-current-match ((,class (:foreground ,mat :background ,bg3 :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-remote ((,class (:foreground ,cyan))))
 
 ;;;;; linum-mode
@@ -529,6 +529,13 @@
      `(sp-pair-overlay-face ((,class (:background ,highlight :foreground 
nil))))
      `(sp-show-pair-match-face ((,class (:foreground ,mat :weight bold 
:underline t))))
 
+;;;;; swiper
+     `(swiper-line-face ((,class (:foreground ,mat :background ,bg3 :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))))
+
 ;;;;; spaceline
      `(spaceline-python-venv ((,class (:foreground ,comp))))
      `(spaceline-flycheck-error  ((,class (:foreground ,err))))



reply via email to

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