solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit e38b1ce10edb6a98d3ff31a67a36f93eb3786d86
parent 171c0eba10597357e8772ae42c45f3f08d70c4d9
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 20 May 2014 08:18:43 +0200

add missing web-mode faces

closes #97

Diffstat:
Msolarized.el | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1789,6 +1789,17 @@ customize the resulting theme." `(web-mode-symbol-face ((,class (:foreground ,yellow)))) `(web-mode-whitespace-face ((,class (:background ,red)))) `(web-mode-html-tag-bracket-face ((,class (:foreground ,base01)))) + `(web-mode-block-delimiter-face ((,class (:inherit font-lock-preprocessor-face)))) + `(web-mode-css-comment-face ((,class (:inherit web-mode-comment-face)))) + `(web-mode-css-variable-face ((,class (:inherit web-mode-variable-name-face :slant italic)))) + `(web-mode-error-face ((,class (:background ,red)))) + `(web-mode-function-call-face ((,class (:inherit font-lock-function-name-face)))) + `(web-mode-html-attr-custom-face ((,class (:inherit web-mode-html-attr-name-face)))) + `(web-mode-html-attr-engine-face ((,class (:inherit web-mode-html-attr-custom-face)))) + `(web-mode-html-attr-equal-face ((,class (:inherit web-mode-html-attr-name-face)))) + `(web-mode-html-tag-custom-face ((,class (:inherit web-mode-html-tag-face)))) + `(web-mode-javascript-comment-face ((,class (:inherit web-mode-comment-face)))) + `(web-mode-json-comment-face ((,class (:inherit web-mode-comment-face)))) ;; weather-metno `(weather-metno-date ((,class (:foreground ,yellow :height ,solarized-height-plus-3))))