branch: elpa/monokai-theme
commit 6b9ede7c4d410eacb0887b56dd54603f64c848b7
Author: Kotamraju-Contractor <[email protected]>
Commit: Kotamraju-Contractor <[email protected]>
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..0c7ee28 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))