Fix font size of current line number when zooming in or out

This commit is contained in:
eriedaberrie 2024-09-27 11:44:08 -07:00
parent 9e02bf9640
commit b0a2d22372

View file

@ -707,6 +707,7 @@
(use-package catppuccin-theme
:demand t
:custom-face
(hl-line ((t (:inherit default))))
(line-number-current-line ((t (:inherit hl-line))))
:custom
(catppuccin-flavor 'mocha)