Use mode-line-inactive for foreground color
This commit is contained in:
parent
4c088c32a0
commit
90d23f3a9a
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 (face-attribute 'default :foreground)
|
||||
:foreground (face-attribute 'mode-line-inactive :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