branch: elpa/spacemacs-theme
commit 331e86039f539bef4102a6634795d7fb6725d459
Author: Valentin Ignatev <[email protected]>
Commit: Valentin Ignatev <[email protected]>
add web-mode-current-element-highlight-face
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index d0bac75d55..9b1c569e4f 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -868,6 +868,7 @@ to 'auto, tags may not be properly aligned. "
`(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-current-element-highlight-face ((,class (:background ,bg3))))
`(web-mode-doctype-face ((,class (:inherit ,font-lock-comment-face))))
`(web-mode-function-name-face ((,class (:inherit
,font-lock-function-name-face))))
`(web-mode-html-attr-name-face ((,class (:foreground ,func))))