diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 185dcb83..9c11e247 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -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")))))