[Emacs] Darken foreground of tab-bar face
This commit is contained in:
parent
54d6b097e4
commit
50f5cc94d0
@ -3708,7 +3708,7 @@ Let’s define some more intuitive keybinds for ~info-mode~.
|
|||||||
(tab-bar-new-tab-choice "*dashboard*")
|
(tab-bar-new-tab-choice "*dashboard*")
|
||||||
:custom-face
|
:custom-face
|
||||||
(tab-bar ((t (:background "#272C36"
|
(tab-bar ((t (:background "#272C36"
|
||||||
:foreground "#E5E9F0"
|
:foreground "#272C36"
|
||||||
:box (:line-width (8 . 5) :style flat-button)))))
|
:box (:line-width (8 . 5) :style flat-button)))))
|
||||||
:init
|
:init
|
||||||
(advice-add #'tab-new
|
(advice-add #'tab-new
|
||||||
|
Loading…
Reference in New Issue
Block a user