branch: elpa/monokai-theme
commit 98bdd9e2e7ce96eec3681c29e694e6dd207484e7
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
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))))