Define mode-line-inactive face
This commit is contained in:
parent
bcca4dc342
commit
8e6c33de65
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@
|
|||
:box '(:line-width (1 . 8) :color "#1d2026" :style flat-button)
|
||||
:weight 'bold)
|
||||
|
||||
(set-face-attribute 'mode-line-inactive nil
|
||||
:box '(:line-width (1 . 8) :style flat-button)
|
||||
:weight 'normal)
|
||||
|
||||
(use-package all-the-icons
|
||||
:if (display-graphic-p)
|
||||
:commands all-the-icons-install-fonts
|
||||
|
|
Loading…
Add table
Reference in a new issue