Update font settings for mode-line
This commit is contained in:
parent
8ef633456c
commit
19cd7d20a3
1 changed files with 7 additions and 4 deletions
|
@ -86,12 +86,15 @@
|
|||
mode-line-end-spaces))
|
||||
|
||||
(set-face-attribute 'mode-line nil
|
||||
:family "MonoLisa"
|
||||
:slant 'italic
|
||||
:weight 'bold
|
||||
:background (face-attribute 'default :background)
|
||||
:foreground
|
||||
(if (member 'doom-one custom-enabled-themes)
|
||||
"#5B6268"
|
||||
(face-attribute 'mode-line-inactive :foreground nil 'default))
|
||||
:box '(:line-width (1 . 8) :style flat-button) :weight 'bold)
|
||||
(cond ((member 'doom-one custom-enabled-themes) "#5B6268")
|
||||
((member 'doom-nord custom-enabled-themes) "#9099AB")
|
||||
(t (face-attribute 'mode-line-inactive :foreground)))
|
||||
:box '(:line-width (1 . 8) :style flat-button))
|
||||
|
||||
(set-face-attribute 'mode-line-inactive nil
|
||||
:box '(:line-width (1 . 8) :style flat-button) :weight 'normal)
|
||||
|
|
Loading…
Add table
Reference in a new issue