Tab bar mode support

This commit is contained in:
BirDt_ 2025-08-16 11:56:54 +08:00
parent cbcb9bfae1
commit 9dd1053a1b
5 changed files with 17 additions and 4 deletions

View file

@ -130,10 +130,13 @@
;; scroll-bar
;; tool-bar
;; tab-bar
`(tab-bar ((t (:inherit mode-line :background ,(darken fg-main 0.5) :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-desaturated :weight bold))))
'(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))