solarized-emacs

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

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

change web-mode-builtin-face

for #97

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1744,7 +1744,7 @@ customize the resulting theme." `(w3m-tab-unselected-unseen ((,class (:background ,base02 :foreground ,violet)))) ;; web-mode - `(web-mode-builtin-face ((,class (:foreground ,red)))) + `(web-mode-builtin-face ((,class (:inherit font-lock-builtin-face)))) `(web-mode-comment-face ((,class (:foreground ,base01)))) `(web-mode-constant-face ((,class (:foreground ,blue :weight bold)))) `(web-mode-current-element-highlight-face ((,class