branch: elpa/dracula-theme
commit 8b3a005db9e8b7ac57e683bc6631cdc7643e8150
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Ensure :inherit is the first face attribute
---
dracula-theme.el | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index ecb0b69fe7..bc0d28351c 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -925,14 +925,17 @@ read it before opening a new issue about your will.")
:foreground ,dracula-fg
:weight bold)
;; tab-bar & tab-line (since Emacs 27.1)
- (tab-bar :foreground ,dracula-purple :background
,dracula-current
- :inherit variable-pitch)
+ (tab-bar :inherit variable-pitch
+ :foreground ,dracula-purple
+ :background ,dracula-current)
(tab-bar-tab :foreground ,dracula-pink :background ,dracula-bg
:box (:line-width 2 :color ,dracula-bg :style nil))
(tab-bar-tab-inactive :foreground ,dracula-purple :background
,bg2
:box (:line-width 2 :color ,bg2 :style
nil))
- (tab-line :foreground ,dracula-purple :background
,dracula-current
- :height 0.92 :inherit variable-pitch)
+ (tab-line :inherit variable-pitch
+ :foreground ,dracula-purple
+ :background ,dracula-current
+ :height 0.92)
(tab-line-close-highlight :foreground ,dracula-red)
(tab-line-highlight :weight bold)
(tab-line-tab :foreground ,dracula-purple :background ,bg2