1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 02:22:06 -04:00

matugen: fix emacs template constant line number size (#2317)

Made it so line numbers don't stay a constant size when changing buffer
text scale.

See this thread:
<https://emacs.stackexchange.com/questions/74507/constant-font-size-in-display-line-numbers-mode-when-zooming-in-and-out>
This commit is contained in:
gibbert
2026-04-30 15:47:24 +00:00
committed by GitHub
parent d8bf3bdfe8
commit 7d92842ff2

View File

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