Open marcuskammer opened 3 years ago
Emacs 27 comes with a new (tab-bar-mode), which is currently not styled using nord theme.
My suggestion is to use the same styles like the mode-line:
'(tab-bar ((t (:inherit mode-line-inactive)))) '(tab-bar-tab ((t (:inherit mode-line-highlight)))) '(tab-bar-tab-inactive ((t (:inherit tab-bar)))) '(tab-line ((t nil)))
Emacs 27 comes with a new (tab-bar-mode), which is currently not styled using nord theme.
My suggestion is to use the same styles like the mode-line:
'(tab-bar ((t (:inherit mode-line-inactive)))) '(tab-bar-tab ((t (:inherit mode-line-highlight)))) '(tab-bar-tab-inactive ((t (:inherit tab-bar)))) '(tab-line ((t nil)))