branch: elpa/dracula-theme
commit f0c8a6731a9808c76715d1c6e83b77f7e5646879
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Move together trailing whitespace faces
---
dracula-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 024a6f2..d9386e8 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -56,9 +56,9 @@
(region :background ,dracula-yellow :foreground ,dracula-bg
:extend t)
(show-paren-match-face :background ,dracula-orange)
(trailing-whitespace :foreground nil :background
,dracula-orange)
+ (whitespace-trailing :inherit trailing-whitespace)
(vertical-border :foreground ,bg2)
(warning :foreground ,dracula-orange)
- (whitespace-trailing :inherit trailing-whitespace)
(header-line :background ,dracula-bg)
;; syntax
(font-lock-builtin-face :foreground ,dracula-orange)