branch: elpa/anti-zenburn-theme
commit 1cde0ba016c5396a1a1979a3588ed2cf742da4cc
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
From zenburn-emacs: theme web-mode.
---
anti-zenburn-theme.el | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index d1650b0..cbdf7b7 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -776,6 +776,31 @@
:weight bold))))
`(w3m-lnum-minibuffer-prompt ((t (:foreground ,azenburn-dark-blue))))
+ ;; web-mode
+ `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
+ `(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
+ `(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))
+ `(web-mode-css-at-rule-face ((,class (:foreground ,azenburn-light-blue))))
+ `(web-mode-css-prop-face ((,class (:foreground ,azenburn-light-blue))))
+ `(web-mode-css-pseudo-class-face ((,class (:foreground ,azenburn-violet+3
:weight bold))))
+ `(web-mode-css-rule-face ((,class (:foreground ,azenburn-beige))))
+ `(web-mode-doctype-face ((,class (:inherit ,font-lock-comment-face))))
+ `(web-mode-folded-face ((,class (:underline t))))
+ `(web-mode-function-name-face ((,class (:foreground ,azenburn-beige))))
+ `(web-mode-html-attr-name-face ((,class (:foreground
,azenburn-light-blue))))
+ `(web-mode-html-attr-value-face ((,class (:inherit
,font-lock-string-face))))
+ `(web-mode-html-tag-face ((,class (:foreground ,azenburn-bordeaux))))
+ `(web-mode-keyword-face ((,class (:inherit ,font-lock-keyword-face))))
+ `(web-mode-preprocessor-face ((,class (:inherit
,font-lock-preprocessor-face))))
+ `(web-mode-string-face ((,class (:inherit ,font-lock-string-face))))
+ `(web-mode-type-face ((,class (:inherit ,font-lock-type-face))))
+ `(web-mode-variable-name-face ((,class (:inherit
,font-lock-variable-name-face))))
+ `(web-mode-server-background-face ((,class (:background ,azenburn-bg))))
+ `(web-mode-server-comment-face ((,class (:inherit web-mode-comment-face))))
+ `(web-mode-server-string-face ((,class (:inherit web-mode-string-face))))
+ `(web-mode-warning-face ((,class (:inherit font-lock-warning-face))))
+ `(web-mode-whitespaces-face ((,class (:background ,azenburn-blue))))
+
;; whitespace-mode
`(whitespace-space ((t (:background ,azenburn-bg+1 :foreground
,azenburn-bg+1))))
`(whitespace-hspace ((t (:background ,azenburn-bg+1 :foreground
,azenburn-bg+1))))