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

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

[nongnu] elpa/monokai-theme b3f3e76 096/207: Add evil-ex-substitute face


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme b3f3e76 096/207: Add evil-ex-substitute faces
Date: Thu, 21 Oct 2021 18:07:40 -0400 (EDT)

branch: elpa/monokai-theme
commit b3f3e767b919482a646159ea20fbfab520458b29
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    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))



reply via email to

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