Fix font size of current line number when zooming in or out
This commit is contained in:
parent
9e02bf9640
commit
5d969593c7
2
init.el
2
init.el
|
@ -707,7 +707,7 @@
|
||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
:demand t
|
:demand t
|
||||||
:custom-face
|
:custom-face
|
||||||
(line-number-current-line ((t (:inherit hl-line))))
|
(line-number-current-line ((t (:inherit (hl-line default)))))
|
||||||
:custom
|
:custom
|
||||||
(catppuccin-flavor 'mocha)
|
(catppuccin-flavor 'mocha)
|
||||||
(catppuccin-highlight-matches t)
|
(catppuccin-highlight-matches t)
|
||||||
|
|
Loading…
Reference in a new issue