branch: elpa/dracula-theme
commit fe39042f976ddf64065e29a86a0509a58e7a2c75
Author: Romain <[email protected]>
Commit: Romain <[email protected]>

    Better web faces
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 02999c7..44aeeb4 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -333,8 +333,8 @@
    `(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))
    `(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 ,const))))
+   `(web-mode-html-attr-name-face ((,class (:foreground ,type))))
+   `(web-mode-html-attr-value-face ((,class (:foreground ,func))))
    `(web-mode-html-tag-face ((,class (:foreground ,keyword :bold t))))
    `(web-mode-keyword-face ((,class (:foreground ,keyword))))
    `(web-mode-string-face ((,class (:foreground ,str))))

Reply via email to