diff --git a/init.el b/init.el index bc85926..17b0207 100644 --- a/init.el +++ b/init.el @@ -707,7 +707,7 @@ (use-package catppuccin-theme :demand t :custom-face - (line-number-current-line ((t (:inherit hl-line)))) + (line-number-current-line ((t (:inherit (hl-line default))))) :custom (catppuccin-flavor 'mocha) (catppuccin-highlight-matches t)