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

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

[elpa] externals/ef-themes fb54a224a3: Simplify :line-width value of :bo


From: ELPA Syncer
Subject: [elpa] externals/ef-themes fb54a224a3: Simplify :line-width value of :box in tabs
Date: Mon, 22 Aug 2022 13:57:35 -0400 (EDT)

branch: externals/ef-themes
commit fb54a224a3191f6acb17e92c12f1615f25e5f48b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Simplify :line-width value of :box in tabs
---
 ef-themes.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 97e779126d..c4573ab916 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1334,17 +1334,17 @@ Helper function for `ef-themes-preview-colors'."
     `(smerge-upper ((,c :inherit diff-removed)))
 ;;;; tab-bar-mode
     `(tab-bar ((,c :inherit ef-themes-ui-variable-pitch :background ,bg-alt)))
-    `(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-main :box 
(:line-width (2 . -2) :color ,bg-main) :foreground ,fg-alt)))
-    `(tab-bar-tab-group-inactive ((,c :background ,bg-alt :box (:line-width (2 
. -2) :color ,bg-alt) :foreground ,fg-alt)))
-    `(tab-bar-tab ((,c :inherit bold :box (:line-width (2 . -2) :color 
,bg-main) :background ,bg-main :foreground ,fg-main)))
-    `(tab-bar-tab-inactive ((,c :box (:line-width (2 . -2) :color ,bg-dim) 
:background ,bg-dim :foreground ,fg-dim)))
+    `(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-main :box 
(:line-width -2 :color ,bg-main) :foreground ,fg-alt)))
+    `(tab-bar-tab-group-inactive ((,c :background ,bg-alt :box (:line-width -2 
:color ,bg-alt) :foreground ,fg-alt)))
+    `(tab-bar-tab ((,c :inherit bold :box (:line-width -2 :color ,bg-main) 
:background ,bg-main :foreground ,fg-main)))
+    `(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-dim) 
:background ,bg-dim :foreground ,fg-dim)))
 ;;;; tab-line-mode
     `(tab-line ((,c :inherit ef-themes-ui-variable-pitch :background ,bg-alt 
:height 0.95)))
     `(tab-line-close-highlight ((,c :foreground ,err)))
     `(tab-line-highlight ((,c :inherit highlight)))
     `(tab-line-tab (( )))
-    `(tab-line-tab-current ((,c :inherit bold :box (:line-width (2 . -2) 
:color ,bg-main) :background ,bg-main :foreground ,fg-main)))
-    `(tab-line-tab-inactive ((,c :box (:line-width (2 . -2) :color ,bg-dim) 
:background ,bg-dim :foreground ,fg-dim)))
+    `(tab-line-tab-current ((,c :inherit bold :box (:line-width -2 :color 
,bg-main) :background ,bg-main :foreground ,fg-main)))
+    `(tab-line-tab-inactive ((,c :box (:line-width -2 :color ,bg-dim) 
:background ,bg-dim :foreground ,fg-dim)))
     `(tab-line-tab-inactive-alternate ((,c :inherit tab-line-tab-inactive 
:foreground ,fg-alt)))
     `(tab-line-tab-modified ((,c :foreground ,warning)))
 ;;;; term



reply via email to

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