style the tab bar like mode line

This commit is contained in:
Marcus Kammer 2020-11-28 15:28:23 +01:00
parent 982d19723e
commit 925d40272a

View file

@ -37,4 +37,8 @@
;; If there is more than one, they won't work right.
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
'(highlight-indentation-face ((t (:inherit hl-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)))
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))