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

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

[nongnu] elpa/moe-theme f6b05e0a69 258/352: js2-mode.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme f6b05e0a69 258/352: js2-mode.
Date: Fri, 7 Jan 2022 03:59:30 -0500 (EST)

branch: elpa/moe-theme
commit f6b05e0a6993fbb01272f3e9c9279bde5c6e69e6
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    js2-mode.
---
 moe-dark-theme.el  | 3 +++
 moe-light-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 16a5f29df5..7b69f2dd65 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -591,6 +591,9 @@ Moe, moe, kyun!")
 
    ;; Javascript
    `(js2-function-param-face ((,class (:foreground ,green-3))))
+   `(js2-external-variable ((,class (:foreground ,orange-2 :underline t))))
+   `(js2-error ((,class (:foreground ,red-2 :underline t :bold t))))
+   `(js2-warning ((,class (:foreground ,orange-2 :underline t :bold t))))
 
    ;; rcirc
    `(rcirc-bright-nick ((,class (:foreground ,blue-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index de11355462..591c08333b 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -588,6 +588,9 @@ Moe, moe, kyun!")
 
    ;; Javascript
    `(js2-function-param-face ((,class (:foreground ,green-3))))
+   `(js2-external-variable ((,class (:foreground ,orange-2 :underline t))))
+   `(js2-error ((,class (:foreground ,red-2 :underline t :bold t))))
+   `(js2-warning ((,class (:foreground ,orange-2 :underline t :bold t))))
 
    ;; rcirc
    `(rcirc-bright-nick ((,class (:foreground ,blue-1 :bold t))))



reply via email to

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