Set default face foreground

This commit is contained in:
Marcus Kammer 2023-12-28 09:58:08 +01:00
parent a1de6cdcb2
commit 4c088c32a0
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -73,7 +73,7 @@
(set-face-attribute 'mode-line nil
:background (face-attribute 'default :background)
:foreground "#4c566a"
:foreground (face-attribute 'default :foreground)
:box '(:line-width (1 . 8) :style flat-button) :weight 'bold)
(set-face-attribute 'mode-line-inactive nil