Fix mode line font

This commit is contained in:
eriedaberrie 2023-02-22 11:52:00 -08:00
parent aa581dedac
commit 2e7b45c4c2

View file

@ -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))