branch: elpa/monokai-theme
commit a9efe293eb0d56cb4530c25abfceda1a54fbc677
Merge: 1d3659c 3534b5d
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
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: