Get the background color from the theme for mode-line

This commit is contained in:
Marcus Kammer 2023-12-27 20:45:33 +01:00
parent efc84cff21
commit a1de6cdcb2

View file

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