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

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

[nongnu] elpa/anti-zenburn-theme fce4a93 057/151: From zenburn-emacs: up


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme fce4a93 057/151: From zenburn-emacs: update js2 variable names.
Date: Thu, 21 Oct 2021 18:01:23 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit fce4a93ca70bbddc0dcf287b49e940bc0c447165
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: update js2 variable names.
---
 anti-zenburn-theme.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index fef75c6..c009ef0 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -443,13 +443,13 @@
    `(ido-subdir ((t (:foreground ,azenburn-dark-blue))))
 
    ;; js2-mode
-   `(js2-warning-face ((t (:underline ,azenburn-light-blue))))
-   `(js2-error-face ((t (:foreground ,azenburn-blue :weight bold))))
-   `(js2-jsdoc-tag-face ((t (:foreground ,azenburn-violet-1))))
-   `(js2-jsdoc-type-face ((t (:foreground ,azenburn-violet+2))))
-   `(js2-jsdoc-value-face ((t (:foreground ,azenburn-violet+3))))
-   `(js2-function-param-face ((t (:foreground, azenburn-violet+3))))
-   `(js2-external-variable-face ((t (:foreground ,azenburn-light-blue))))
+   `(js2-warning ((t (:underline ,azenburn-light-blue))))
+   `(js2-error ((t (:foreground ,azenburn-blue :weight bold))))
+   `(js2-jsdoc-tag ((t (:foreground ,azenburn-violet-1))))
+   `(js2-jsdoc-type ((t (:foreground ,azenburn-violet+2))))
+   `(js2-jsdoc-value ((t (:foreground ,azenburn-violet+3))))
+   `(js2-function-param ((t (:foreground, azenburn-violet+3))))
+   `(js2-external-variable ((t (:foreground ,azenburn-light-blue))))
 
    ;; jabber-mode
    `(jabber-roster-user-away ((t (:foreground ,azenburn-violet+2))))



reply via email to

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