Get the background color from the theme for mode-line
This commit is contained in:
parent
efc84cff21
commit
a1de6cdcb2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
mode-line-end-spaces))
|
||||
|
||||
(set-face-attribute 'mode-line nil
|
||||
:background "#282C34"
|
||||
:background (face-attribute 'default :background)
|
||||
:foreground "#4c566a"
|
||||
:box '(:line-width (1 . 8) :style flat-button) :weight 'bold)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue