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

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

[nongnu] elpa/monokai-theme 61601b3 070/207: Merge pull request #47 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 61601b3 070/207: Merge pull request #47 from suryatejk/master
Date: Thu, 21 Oct 2021 18:07:34 -0400 (EDT)

branch: elpa/monokai-theme
commit 61601b36278e3c4ffadb0ad05aeab7447d7ebc15
Merge: 8bd39a1 521746d
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

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



reply via email to

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