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

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

[nongnu] elpa/monokai-theme 98bdd9e 075/207: Use green to show matching


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 98bdd9e 075/207: Use green to show matching parens
Date: Thu, 21 Oct 2021 18:07:35 -0400 (EDT)

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

    Use green to show matching parens
---
 monokai-theme.el | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 0fbd154..d8d07ae 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4209,10 +4209,8 @@ Also affects 'linum-mode' background."
                                     :foreground ,terminal-monokai-fg))))
 
    `(popup-isearch-match
-     ((,class (:background ,yellow
-                           :foreground ,monokai-bg))
-      (,terminal-class (:background ,terminal-yellow
-                                    :foreground ,terminal-monokai-bg))))
+     ((,class (:background ,green))
+      (,terminal-class (:background ,terminal-green))))
 
    `(popup-menu-face
      ((,class (:background ,monokai-hl
@@ -4480,11 +4478,11 @@ Also affects 'linum-mode' background."
       (,terminal-class (:inherit highlight))))
 
    `(sp-show-pair-match-face
-     ((,class (:foreground ,orange
+     ((,class (:foreground ,green
                            :background ,monokai-bg
                            :weight normal
                            :inverse-video t))
-      (,terminal-class (:foreground ,terminal-orange
+      (,terminal-class (:foreground ,terminal-green
                                     :background ,terminal-monokai-bg
                                     :weight normal
                                     :inverse-video t))))
@@ -4501,11 +4499,11 @@ Also affects 'linum-mode' background."
 
    ;; show-paren
    `(show-paren-match
-     ((,class (:foreground ,orange
+     ((,class (:foreground ,green
                            :background ,monokai-bg
                            :weight normal
                            :inverse-video t))
-      (,terminal-class (:foreground ,terminal-orange
+      (,terminal-class (:foreground ,terminal-green
                                     :background ,terminal-monokai-bg
                                     :weight normal
                                     :inverse-video t))))
@@ -4522,11 +4520,11 @@ Also affects 'linum-mode' background."
 
    ;; mic-paren
    `(paren-face-match
-     ((,class (:foreground ,orange
+     ((,class (:foreground ,green
                            :background ,monokai-bg
                            :weight normal
                            :inverse-video t))
-      (,terminal-class (:foreground ,terminal-orange
+      (,terminal-class (:foreground ,terminal-green
                                     :background ,terminal-monokai-bg
                                     :weight normal
                                     :inverse-video t))))



reply via email to

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