Set default face foreground
This commit is contained in:
parent
a1de6cdcb2
commit
4c088c32a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue