branch: elpa/monokai-theme
commit 61601b36278e3c4ffadb0ad05aeab7447d7ebc15
Merge: 8bd39a1 521746d
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Merge pull request #47 from suryatejk/master
ADD JS2-MODE ATTRIBUTES FOR BETTER SYNTAX HIGHLIGHT
---
monokai-theme.el | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 396eb28..fcd01df 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1328,7 +1328,7 @@ Also affects 'linum-mode' background."
`(company-tooltip-common-selection
((,class (:foreground ,monokai-bg
- :background ,blue
+ :background ,blue
:underline t))
(,terminal-class (:foreground ,terminal-monokai-bg
:underline t))))
@@ -2938,6 +2938,14 @@ Also affects 'linum-mode' background."
`(js2-jsdoc-html-tag-name
((,class (:foreground ,orange))
(,terminal-class (:foreground ,terminal-orange))))
+
+ `(js2-object-property
+ ((,class (:foreground ,orange))
+ (,terminal-class (:foreground ,terminal-orange))))
+
+ `(js2-function-call
+ ((,class (:foreground ,yellow)))
+ ((,terminal-class (:foreground ,terminal-yellow))))
`(js2-jsdoc-tag
((,class (:foreground ,cyan))