branch: elpa/monokai-theme
commit 16337f5b743f01d03b0d3133738b15b9b80ebf0f
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Add ivy faces
---
monokai-theme.el | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 8f98ba3..94af5cb 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2959,6 +2959,40 @@ Also affects 'linum-mode' background."
((,class (:height ,monokai-height-plus-1))
(,terminal-class (:height ,monokai-height-plus-1))))
+ ;; ivy
+ `(ivy-current-match
+ ((,class (:background highlight
+ :inherit bold))
+ (,terminal-class (:background highlight
+ :inherit bold))))
+
+ `(ivy-minibuffer-match-face-1
+ ((,class (:inherit bold))
+ (,terminal-class (:inherit bold))))
+
+ `(ivy-minibuffer-match-face-2
+ ((,class (:foreground ,monokai-violet
+ :underline t))
+ (,terminal-class (:foreground ,terminal-monokai-violet
+ :underline t))))
+
+ `(ivy-minibuffer-match-face-3
+ ((,class (:foreground ,monokai-green
+ :underline t))
+ (,terminal-class (:foreground ,terminal-monokai-green
+ :underline t))))
+
+ `(ivy-minibuffer-match-face-4
+ ((,class (:foreground ,monokai-yellow
+ :underline t))
+ (,terminal-class (:foreground ,terminal-monokai-yellow
+ :underline t))))
+
+ `(ivy-remote
+ ((,class (:foreground ,monokai-blue))
+ (,terminal-class (:foreground ,terminal-monokai-blue))))
+
+ ;; jabber
`(jabber-activity-face
((,class (:weight bold
:foreground ,monokai-red))