fix(themes/doom): set foreground of tab-bar and tab-line to fg-alt

The default in doom-themes is bg-alt, making text invisible.
This commit is contained in:
2022-07-30 22:27:25 +01:00
parent e662ee6552
commit 0932f6c5fa

View File

@@ -36,7 +36,11 @@
'(trailing-whitespace :foregroup (doom-color base4)
:background (doom-color red))
;; tab-line
'(tab-line :background bg-alt :foreground fg-alt)
;; tab-bar
'(tab-bar :background bg-alt :foreground fg-alt)
'(tab-bar-tab-group-current :foreground (doom-darken violet 0.3))
;; fill-column-indicator