Fix mode line font
This commit is contained in:
parent
aa581dedac
commit
2e7b45c4c2
3
init.el
3
init.el
|
@ -570,7 +570,8 @@
|
||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
:demand t
|
:demand t
|
||||||
:custom-face
|
:custom-face
|
||||||
(mode-line ((t (:font "DejaVu Sans Mono"))))
|
(mode-line-active ((t (:font "DejaVu Sans Mono"))))
|
||||||
|
(mode-line-inactive ((t (:font "DejaVu Sans Mono"))))
|
||||||
(line-number-current-line ((t (:inherit hl-line))))
|
(line-number-current-line ((t (:inherit hl-line))))
|
||||||
:custom
|
:custom
|
||||||
(catppuccin-flavor 'mocha))
|
(catppuccin-flavor 'mocha))
|
||||||
|
|
Loading…
Reference in a new issue