branch: elpa/dracula-theme
commit fc8d12238630f55462227ad9f952208b27961732
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Remove useless , in front of inherited faces
---
dracula-theme.el | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 98012a3..31f2182 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -731,20 +731,20 @@ read it before opening a new issue about your will.")
(undo-tree-visualizer-register-face :foreground ,dracula-purple)
(undo-tree-visualizer-unmodified-face :foreground ,dracula-fg)
;; web-mode
- (web-mode-builtin-face :inherit ,font-lock-builtin-face)
- (web-mode-comment-face :inherit ,font-lock-comment-face)
- (web-mode-constant-face :inherit ,font-lock-constant-face)
- (web-mode-doctype-face :inherit ,font-lock-comment-face)
- (web-mode-function-name-face :inherit
,font-lock-function-name-face)
+ (web-mode-builtin-face :inherit font-lock-builtin-face)
+ (web-mode-comment-face :inherit font-lock-comment-face)
+ (web-mode-constant-face :inherit font-lock-constant-face)
+ (web-mode-doctype-face :inherit font-lock-comment-face)
+ (web-mode-function-name-face :inherit
font-lock-function-name-face)
(web-mode-html-attr-name-face :foreground ,dracula-purple)
(web-mode-html-attr-value-face :foreground ,dracula-green)
(web-mode-html-tag-face :foreground ,dracula-pink :weight bold)
(web-mode-keyword-face :foreground ,dracula-pink)
(web-mode-string-face :foreground ,dracula-yellow)
- (web-mode-type-face :inherit ,font-lock-type-face)
- (web-mode-warning-face :inherit ,font-lock-warning-face)
+ (web-mode-type-face :inherit font-lock-type-face)
+ (web-mode-warning-face :inherit font-lock-warning-face)
;; which-func
- (which-func :inherit ,font-lock-function-name-face)
+ (which-func :inherit font-lock-function-name-face)
;; whitespace
(whitespace-big-indent :background ,dracula-red :foreground
,dracula-red)
(whitespace-empty :background ,dracula-orange :foreground
,dracula-red)
@@ -758,8 +758,8 @@ read it before opening a new issue about your will.")
(whitespace-tab :background ,bg2 :foreground ,dracula-comment)
(whitespace-trailing :inherit trailing-whitespace)
;; yard-mode
- (yard-tag-face :inherit ,font-lock-builtin-face)
- (yard-directive-face :inherit ,font-lock-builtin-face))))
+ (yard-tag-face :inherit font-lock-builtin-face)
+ (yard-directive-face :inherit font-lock-builtin-face))))
(apply #'custom-theme-set-faces
'dracula