Better theme for the tab-bar mode

This commit is contained in:
Howard Abrams 2026-01-15 15:47:39 -08:00
parent db0924749c
commit 9dcfb216d3

View file

@ -330,10 +330,10 @@ Lets make a /theme/:
`(mode-line-active ((t (:background ,active)))) `(mode-line-active ((t (:background ,active))))
`(mode-line-inactive ((t (:background ,inactive)))) `(mode-line-inactive ((t (:background ,inactive))))
`(tab-bar ((t :foreground ,default-fg :background ,default-bg))) `(tab-bar ((t :foreground ,default-fg :background ,inactive)))
`(tab-line ((t :foreground ,default-fg :background ,default-bg))) `(tab-line ((t :foreground ,default-fg :background ,inactive)))
`(tab-bar-tab ((t (:inherit variable-pitch :background ,active)))) `(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-path ((t (:foreground ,almond))))
`(doom-modeline-buffer-file ((t (:foreground "white" :weight bold)))) `(doom-modeline-buffer-file ((t (:foreground "white" :weight bold))))