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:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user