diff --git a/quickshell/matugen/templates/dank-emacs.el b/quickshell/matugen/templates/dank-emacs.el index 452bf945..ccba5a08 100644 --- a/quickshell/matugen/templates/dank-emacs.el +++ b/quickshell/matugen/templates/dank-emacs.el @@ -243,8 +243,8 @@ `(which-key-special-key-face ((t (:foreground ,dank-yellow :weight bold)))) ;; Line numbers - `(line-number ((t (:foreground ,dank-gray :inherit fixed-pitch)))) - `(line-number-current-line ((t (:foreground ,dank-cyan :weight bold :inherit fixed-pitch)))) + `(line-number ((t (:foreground ,dank-gray :inherit default)))) + `(line-number-current-line ((t (:foreground ,dank-cyan :weight bold :inherit default)))) ;; Parenthesis matching `(sp-show-pair-match-face ((t (:background ,primary-container :foreground ,dank-cyan-bright))))