From 925d40272af55b7bb54c32834e4ed13120b9f63c Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Sat, 28 Nov 2020 15:28:23 +0100 Subject: [PATCH] style the tab bar like mode line --- bundle/custom_gnu.el | 4 ++++ 1 file changed, 4 insertions(+) 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")))))