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

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

[nongnu] elpa/monokai-theme 6b9ede7 066/207: ADD JS2-MODE ATTRIBUTES FOR


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 6b9ede7 066/207: ADD JS2-MODE ATTRIBUTES FOR BETTER SYNTAX HIGHLIGHT
Date: Thu, 21 Oct 2021 18:07:33 -0400 (EDT)

branch: elpa/monokai-theme
commit 6b9ede7c4d410eacb0887b56dd54603f64c848b7
Author: Kotamraju-Contractor <suryatejk@yahoo.com>
Commit: Kotamraju-Contractor <suryatejk@yahoo.com>

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



reply via email to

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