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

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

[nongnu] elpa/monokai-theme a9efe29 120/207: Merge pull request #54 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme a9efe29 120/207: Merge pull request #54 from abo-abo/master
Date: Thu, 21 Oct 2021 18:07:45 -0400 (EDT)

branch: elpa/monokai-theme
commit a9efe293eb0d56cb4530c25abfceda1a54fbc677
Merge: 1d3659c 3534b5d
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    Merge pull request #54 from abo-abo/master
    
    Add swiper faces and remove auto-evals
---
 monokai-theme.el | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 85f4ee6..1febebc 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
@@ -5728,8 +5741,6 @@ Also affects 'linum-mode' background."
 
 ;; Local Variables:
 ;; no-byte-compile: t
-;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))
-;; eval: (when (fboundp 'aggressive-indent-mode) (aggressive-indent-mode -1))
 ;; fill-column: 95
 ;; End:
 



reply via email to

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