solarized-emacs

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

commit b37635f0836bf15a56f6eb946151f0b2420a2e7c
parent 45bc973f23cc2ecfd23c7a1e6ace415b9ed2fc12
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 25 Jun 2019 18:32:17 +0200

webmode: turn down the blue everywhere effect

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

diff --git a/solarized.el b/solarized.el @@ -2196,12 +2196,12 @@ customize the resulting theme." `(web-mode-preprocessor-face ((,class (:foreground ,yellow :slant normal :weight unspecified)))) `(web-mode-string-face ((,class (:foreground ,cyan)))) `(web-mode-type-face ((,class (:foreground ,yellow)))) - `(web-mode-variable-name-face ((,class (:foreground ,blue)))) + `(web-mode-variable-name-face ((,class (:foreground ,base0)))) `(web-mode-warning-face ((,class (:inherit font-lock-warning-face)))) `(web-mode-block-attr-name-face ((,class (:inherit web-mode-html-attr-name-face)))) `(web-mode-block-attr-value-face ((,class (:inherit web-mode-html-attr-value-face)))) `(web-mode-block-comment-face ((,class (:inherit web-mode-comment-face)))) - `(web-mode-block-control-face ((,class (:inherit font-lock-preprocessor-face)))) + `(web-mode-block-control-face ((,class (:foreground ,base0)))) `(web-mode-block-face ((,class (:background unspecified)))) `(web-mode-block-string-face ((,class (:inherit web-mode-string-face)))) `(web-mode-comment-keyword-face ((,class (:box 1 :weight bold)))) @@ -2222,7 +2222,7 @@ 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-block-delimiter-face ((,class (:foreground ,base01 :bold t)))) `(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))))