mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user