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

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

[elpa] externals/modus-vivendi-theme d7b7252 056/110: Tweak border colou


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme d7b7252 056/110: Tweak border colour for Emacs 27 active tabs
Date: Wed, 29 Apr 2020 21:40:06 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit d7b7252dc259586e4e9f763cc69b8dab5bf25356
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Tweak border colour for Emacs 27 active tabs
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f6cc28b..a42adce 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3003,7 +3003,7 @@ AMOUNT is a customisation option."
       'modus-operandi
       ;;;; tab-bar-mode
       `(tab-bar ((,class (:background ,bg-alt :foreground ,fg-alt))))
-      `(tab-bar-tab ((,class (:box (:line-width 1 :color ,fg-alt)
+      `(tab-bar-tab ((,class (:box (:line-width 1 :color 
,fg-window-divider-inner)
                                    :background ,bg-tab-active :foreground 
,fg-main))))
       `(tab-bar-tab-inactive ((,class (:box (:line-width 1 :color 
,bg-tab-active)
                                             :background ,bg-tab-inactive 
:foreground ,fg-dim))))
@@ -3011,9 +3011,9 @@ AMOUNT is a customisation option."
       `(tab-line ((,class (:height 0.95 :background ,bg-active :foreground 
,fg-active))))
       `(tab-line-close-highlight ((,class (:foreground ,red-active))))
       `(tab-line-highlight ((,class (:background ,bg-tab-active :foreground 
,fg-main))))
-      `(tab-line-tab ((,class (:box (:line-width 1 :color ,fg-alt)
+      `(tab-line-tab ((,class (:box (:line-width 1 :color 
,fg-window-divider-inner)
                                     :background ,bg-tab-active :foreground 
,fg-main))))
-      `(tab-line-tab-current ((,class (:box (:line-width 1 :color ,fg-alt)
+      `(tab-line-tab-current ((,class (:box (:line-width 1 :color 
,fg-window-divider-inner)
                                             :background ,bg-tab-active 
:foreground ,fg-main))))
       `(tab-line-tab-inactive ((,class (:box (:line-width 1 :color 
,bg-tab-active)
                                              :background ,bg-tab-inactive 
:foreground ,fg-dim))))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 909d107..40de2bb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3003,7 +3003,7 @@ AMOUNT is a customisation option."
       'modus-vivendi
       ;;;; tab-bar-mode
       `(tab-bar ((,class (:background ,bg-alt :foreground ,fg-alt))))
-      `(tab-bar-tab ((,class (:box (:line-width 1 :color ,fg-alt)
+      `(tab-bar-tab ((,class (:box (:line-width 1 :color 
,fg-window-divider-inner)
                                    :background ,bg-tab-active :foreground 
,fg-main))))
       `(tab-bar-tab-inactive ((,class (:box (:line-width 1 :color 
,bg-tab-active)
                                             :background ,bg-tab-inactive 
:foreground ,fg-dim))))
@@ -3011,9 +3011,9 @@ AMOUNT is a customisation option."
       `(tab-line ((,class (:height 0.95 :background ,bg-active :foreground 
,fg-active))))
       `(tab-line-close-highlight ((,class (:foreground ,red-active))))
       `(tab-line-highlight ((,class (:background ,bg-tab-active :foreground 
,fg-main))))
-      `(tab-line-tab ((,class (:box (:line-width 1 :color ,fg-alt)
+      `(tab-line-tab ((,class (:box (:line-width 1 :color 
,fg-window-divider-inner)
                                     :background ,bg-tab-active :foreground 
,fg-main))))
-      `(tab-line-tab-current ((,class (:box (:line-width 1 :color ,fg-alt)
+      `(tab-line-tab-current ((,class (:box (:line-width 1 :color 
,fg-window-divider-inner)
                                             :background ,bg-tab-active 
:foreground ,fg-main))))
       `(tab-line-tab-inactive ((,class (:box (:line-width 1 :color 
,bg-tab-active)
                                              :background ,bg-tab-inactive 
:foreground ,fg-dim))))))



reply via email to

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