From 9dcfb216d3536c82dc76a61d0cf44c5bafb2f9ff Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 15 Jan 2026 15:47:39 -0800 Subject: [PATCH] Better theme for the tab-bar mode --- ha-theme.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ha-theme.org b/ha-theme.org index f2bda06..4e8e7d8 100644 --- a/ha-theme.org +++ b/ha-theme.org @@ -330,10 +330,10 @@ Let’s make a /theme/: `(mode-line-active ((t (:background ,active)))) `(mode-line-inactive ((t (:background ,inactive)))) - `(tab-bar ((t :foreground ,default-fg :background ,default-bg))) - `(tab-line ((t :foreground ,default-fg :background ,default-bg))) + `(tab-bar ((t :foreground ,default-fg :background ,inactive))) + `(tab-line ((t :foreground ,default-fg :background ,inactive))) `(tab-bar-tab ((t (:inherit variable-pitch :background ,active)))) - `(tab-bar-tab-inactive ((t (:inherit variable-pitch :background ,default-bg)))) + `(tab-bar-tab-inactive ((t (:inherit variable-pitch :background ,inactive)))) `(doom-modeline-buffer-path ((t (:foreground ,almond)))) `(doom-modeline-buffer-file ((t (:foreground "white" :weight bold))))