emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme 7d82009 033/187: Web-mode changes


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 7d82009 033/187: Web-mode changes
Date: Thu, 21 Oct 2021 18:04:50 -0400 (EDT)

branch: elpa/dracula-theme
commit 7d8200928af512d8bdc552c4111d499aa2176dd1
Author: Romain <roma1n@icloud.com>
Commit: Romain <roma1n@icloud.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]