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

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

[nongnu] elpa/dracula-theme ed2f68d 124/187: Improve tab-bar and tab-lin


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme ed2f68d 124/187: Improve tab-bar and tab-line colors
Date: Thu, 21 Oct 2021 18:05:07 -0400 (EDT)

branch: elpa/dracula-theme
commit ed2f68d85b637636a4f7b782f19ee4f8e9f6fa44
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Improve tab-bar and tab-line colors
---
 dracula-theme.el | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 9b39be1..2285c88 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -451,16 +451,20 @@
                (spam :inherit gnus-summary-normal-read :foreground 
,dracula-orange
                      :strike-through t :slant oblique)
                ;; tab-bar & tab-line (since Emacs 27.1)
-               (tab-bar :foreground ,dracula-pink :background ,bg2
+               (tab-bar :foreground ,dracula-purple :background 
,dracula-current
                         :inherit variable-pitch)
-               (tab-bar-tab :background ,dracula-current :inherit tab-bar)
-               (tab-bar-tab-inactive :foreground ,dracula-purple :background 
,bg3
-                                     :inherit tab-bar-tab)
-               (tab-line :height 0.9 :foreground ,dracula-pink
-                         :background ,bg2 :inherit variable-pitch)
-               (tab-line-tab :background ,dracula-current :inherit tab-line)
-               (tab-line-tab-inactive :foreground ,dracula-purple :background 
,bg3
-                                      :inherit tab-line-tab)
+               (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.9 :inherit variable-pitch)
+               (tab-line-tab :foreground ,dracula-pink :background ,dracula-bg
+                             :box (:line-width 2 :color ,dracula-bg :style 
nil))
+               (tab-line-tab-inactive :foreground ,dracula-purple :background 
,bg2
+                                      :box (:line-width 2 :color ,bg2 :style 
nil))
+               (tab-line-tab-current :inherit tab-line-tab)
+               (tab-line-close-highlight :foreground ,dracula-red)
                ;; term
                (term :foreground ,dracula-fg :background ,dracula-bg)
                (term-color-black :foreground ,dracula-bg :background 
,dracula-bg)



reply via email to

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