nordtheme/emacs

Emacs 27 - (tab-bar-mode 1) - suggestion

marcuskammer opened this issue · 0 comments

Emacs 27 comes with a new (tab-bar-mode), which is currently not styled using nord theme.

Screenshot from 2020-11-28 12-07-42

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)))

Screenshot from 2020-11-28 12-08-52