Remove bolding from line number faces

This commit is contained in:
Jessie Hildebrandt 2023-02-12 17:04:32 -05:00
parent 97f50abd20
commit 7c6e0c205b

View File

@ -416,7 +416,7 @@
;; line-number
`(line-number ((,class (:inherit default :foreground ,base-5))))
`(line-number-current-line ((,class (:inherit (hl-line default) :foreground ,base-7 :weight bold))))
`(line-number-current-line ((,class (:inherit (hl-line default) :foreground ,base-7))))
;; linum
`(linum ((,class (:inherit line-number))))