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

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

[elpa] externals/ef-themes d0f1b189df 3/4: Tweak value of tab-line-close


From: ELPA Syncer
Subject: [elpa] externals/ef-themes d0f1b189df 3/4: Tweak value of tab-line-close-highlight foreground
Date: Mon, 22 Aug 2022 01:57:34 -0400 (EDT)

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

    Tweak value of tab-line-close-highlight foreground
    
    It should yield the same result, though it guarantees that we always use
    the desired colour value.  For example, the deuteranopia-friendly themes
    in the collection will use a variant of yellow.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index cffe20dc73..de7ebe59dd 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1336,7 +1336,7 @@ Helper function for `ef-themes-preview-colors'."
     `(tab-bar-tab-inactive ((,c :box (:line-width (2 . -2) :style flat-button) 
: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 ,red)))
+    `(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) 
:style flat-button) :background ,bg-main :foreground ,fg-main)))



reply via email to

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