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

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

[nongnu] elpa/gotham-theme 4a184ee770 064/214: Add js2-mode


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 4a184ee770 064/214: Add js2-mode
Date: Fri, 7 Jan 2022 17:58:42 -0500 (EST)

branch: elpa/gotham-theme
commit 4a184ee7708841d078334b00c223064ebcda20a9
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add js2-mode
---
 gotham-theme.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 1e925a7ab7..dfa1854483 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -376,6 +376,20 @@ depending on DISPLAY for keys which are either :foreground 
or
    (helm-time-zone-home :foreground red)
    (helm-visible-mark :inherit secondary-selection)
 
+   ;; js2-mode
+   (js2-error :inherit error)
+   (js2-external-variable :foreground orange)
+   (js2-function-param :foreground green)
+   (js2-instance-member :foreground magenta)
+   (js2-jsdoc-html-tag-delimiter :foreground green)
+   (js2-jsdoc-html-tag-name :foreground yellow)
+   (js2-jsdoc-tag :foreground cyan)
+   (js2-jsdoc-type :foreground blue)
+   (js2-jsdoc-value :foreground violet)
+   (js2-private-function-call :foreground yellow)
+   (js2-private-member :foreground orange)
+   (js2-warning :underline (:style wave :color orange))
+
    ;; magit
    (magit-cherry-equivalent :foreground magenta)
    (magit-cherry-unmatched :foreground cyan)



reply via email to

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