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

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

[nongnu] elpa/monokai-theme acb21a0 118/207: Add swiper faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme acb21a0 118/207: Add swiper faces
Date: Thu, 21 Oct 2021 18:07:44 -0400 (EDT)

branch: elpa/monokai-theme
commit acb21a03d123e7a047adfd6a77a2d9ec3a8e4c63
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    Add swiper faces
---
 monokai-theme.el | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 85f4ee6..a5fe156 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2930,10 +2930,8 @@ Also affects 'linum-mode' background."
 
    ;; ivy
    `(ivy-current-match
-     ((,class (:background highlight
-                           :inherit bold))
-      (,terminal-class (:background highlight
-                                    :inherit bold))))
+     ((,class (:background ,monokai-gray :inherit bold))
+      (,terminal-class (:background ,monokai-gray-l :inherit bold))))
 
    `(ivy-minibuffer-match-face-1
      ((,class (:inherit bold))
@@ -2961,6 +2959,21 @@ Also affects 'linum-mode' background."
      ((,class (:foreground ,monokai-blue))
       (,terminal-class (:foreground ,terminal-monokai-blue))))
 
+   `(swiper-line-face
+     ((,class (:background ,monokai-highlight-line))))
+
+   `(swiper-match-face-1
+     ((,class (:background ,monokai-gray-d))))
+
+   `(swiper-match-face-2
+     ((,class (:background ,monokai-green))))
+
+   `(swiper-match-face-3
+     ((,class (:background ,monokai-orange))))
+
+   `(swiper-match-face-4
+     ((,class (:background ,monokai-magenta))))
+
    ;; jabber
    `(jabber-activity-face
      ((,class (:weight bold



reply via email to

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