From 66e8675ba13d7a20ce0913a2a8beee1c01649116 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 18 Mar 2025 08:08:20 +0100 Subject: [PATCH] Fix tab line --- thankful-eyes-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thankful-eyes-theme.el b/thankful-eyes-theme.el index 7ab188b..33c25b6 100644 --- a/thankful-eyes-theme.el +++ b/thankful-eyes-theme.el @@ -58,7 +58,7 @@ '(tab-bar ((t (:background "#122b3b" :foreground "#a8e1fe" :box (:line-width 2 :color "#1c2f3b"))))) '(tab-bar-tab ((t (:background "#4e5d62" :foreground "#faf6e4" :box (:line-width 2 :color "#4e5d62"))))) '(tab-bar-tab-inactive ((t (:background "#1c2f3b" :foreground "#6c8b9f" :box (:line-width 2 :color "#1c2f3b"))))) - '(tab-line ((t (:background "#1c2f3b" :foreground "#a8e1fe" :box (:line-width 2 :color "#1c2f3b"))))) + '(tab-line ((t (:background "#122b3b" :foreground "#a8e1fe" :box (:line-width 2 :color "#122b3b"))))) '(tab-line-tab ((t (:background "#4e5d62" :foreground "#faf6e4" :box (:line-width 2 :color "#4e5d62"))))) '(tab-line-tab-inactive ((t (:background "#1c2f3b" :foreground "#6c8b9f" :box (:line-width 2 :color "#1c2f3b"))))) '(tab-line-tab-current ((t (:background "#4e5d62" :foreground "#faf6e4" :box (:line-width 2 :color "#4e5d62"))))))