commit 19b30b0c30c4eebdc33b9c9f1a01548be966ab02
parent 62e01e2d2b3884d01f762ed16304879d8fb7751f
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 3 Oct 2013 10:59:10 +0200
add a web mode face
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1308,6 +1308,9 @@ customize the resulting theme."
`(web-mode-builtin-face ((,class (:foreground ,red))))
`(web-mode-comment-face ((,class (:foreground ,solarized-comments))))
`(web-mode-constant-face ((,class (:foreground ,blue :weight bold))))
+ `(web-mode-current-element-highlight-face ((,class
+ (:underline nil :weight normal
+ :background ,solarized-hl))))
`(web-mode-css-at-rule-face ((,class (:foreground ,violet :slant italic))))
`(web-mode-css-prop-face ((,class (:foreground ,violet))))
`(web-mode-css-pseudo-class-face ((,class (:foreground ,green :slant italic))))