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

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

[elpa] externals/ef-themes 00adf32eae 1/2: Make tabs stand out more


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 00adf32eae 1/2: Make tabs stand out more
Date: Mon, 22 Aug 2022 23:57:33 -0400 (EDT)

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

    Make tabs stand out more
    
    The difference between the current tab and the rest was too subtle.
    Depending on the lighting conditions, their respective backgrounds were
    indistinguishable.
    
    Thanks to Summer Emacs for reporting this issue.
---
 ef-themes.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 2bc667b867..02ad354517 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1339,15 +1339,16 @@ Helper function for `ef-themes-preview-colors'."
     `(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 :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-bar-tab ((,c :inherit bold :box (:line-width -2 :color ,bg-main) 
:background ,bg-main)))
+    `(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-active) 
:background ,bg-active)))
+    `(tab-bar-tab-ungrouped ((,c :inherit tab-bar-tab-inactive)))
 ;;;; 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 :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-current ((,c :inherit bold :box (:line-width -2 :color 
,bg-main) :background ,bg-main)))
+    `(tab-line-tab-inactive ((,c :box (:line-width -2 :color ,bg-active) 
:background ,bg-active)))
     `(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]