branch: elpa/anti-zenburn-theme
commit fce4a93ca70bbddc0dcf287b49e940bc0c447165
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
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))))