branch: elpa/monokai-theme
commit b3f3e767b919482a646159ea20fbfab520458b29
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Add evil-ex-substitute faces
---
monokai-theme.el | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 61e7f2a..4ff723c 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1941,6 +1941,20 @@ Also affects 'linum-mode' background."
(,terminal-class (:foreground ,terminal-monokai-cyan
:inherit bold))))
+ ;; evil-ex-substitute
+ `(evil-ex-substitute-matches
+ ((,class (:background ,monokai-highlight-line
+ :foreground ,monokai-red-l
+ :inherit italic))
+ (,terminal-class (:background ,terminal-monokai-highlight-line
+ :foreground ,terminal-monokai-red-l
+ :inherit italic))))
+ `(evil-ex-substitute-replacement
+ ((,class (:background ,monokai-highlight-line
+ :foreground ,monokai-green-l
+ :inherit italic))
+ (,terminal-class (:background ,terminal-monokai-highlight-line
:foreground ,terminal-monokai-green-l :inherit italic))))
+
;; evil-search-highlight-persist
`(evil-search-highlight-persist-highlight-face
((,class (:inherit region))