branch: externals/ef-themes
commit 00adf32eaea1b3abb110ecff4c2ca43626298a79
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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