nordtheme / emacs

An arctic, north-bluish clean and elegant Emacs theme.
https://www.nordtheme.com/ports/emacs
MIT License
491 stars 63 forks source link

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

Open marcuskammer opened 3 years ago

marcuskammer commented 3 years ago

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