style the tab bar like mode line
This commit is contained in:
parent
982d19723e
commit
925d40272a
1 changed files with 4 additions and 0 deletions
|
@ -37,4 +37,8 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
||||||
'(highlight-indentation-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")))))
|
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue