branch: elpa/dracula-theme
commit 7d8200928af512d8bdc552c4111d499aa2176dd1
Author: Romain <[email protected]>
Commit: Romain <[email protected]>
Web-mode changes
---
dracula-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index ceeb288..ec15d28 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -334,8 +334,8 @@
`(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))))
- `(web-mode-html-attr-value-face ((,class (:foreground ,keyword))))
- `(web-mode-html-tag-face ((,class (:foreground ,builtin))))
+ `(web-mode-html-attr-value-face ((,class (:foreground ,const))))
+ `(web-mode-html-tag-face ((,class (:foreground ,keyword :bold t))))
`(web-mode-keyword-face ((,class (:foreground ,keyword))))
`(web-mode-string-face ((,class (:foreground ,str))))
`(web-mode-type-face ((,class (:inherit ,font-lock-type-face))))