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