Tab bar mode support
This commit is contained in:
parent
cbcb9bfae1
commit
9dd1053a1b
5 changed files with 17 additions and 4 deletions
|
@ -130,10 +130,13 @@
|
|||
;; scroll-bar
|
||||
;; tool-bar
|
||||
;; tab-bar
|
||||
`(tab-bar ((t (:inherit mode-line :background ,(lighten bg-main 0.8) :box nil))))
|
||||
`(tab-bar-tab ((t (:inherit mode-line))))
|
||||
`(tab-bar-tab-inactive ((t (:inherit mode-line-inactive :box nil))))
|
||||
;; menu
|
||||
;; tty-menu-enabled, disabled, selected-face
|
||||
|
||||
;;; Font lock faces
|
||||
;;; Font lock faces
|
||||
'(font-lock-bracket-face ((t (:inherit font-lock-punctuation-face))))
|
||||
`(font-lock-builtin-face ((t (:foreground ,accent-two :weight bold))))
|
||||
'(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue