Use thin font for linum and display-line-number when available

This commit is contained in:
Jimmy Yuen Ho Wong 2018-06-20 15:55:27 +01:00 committed by Thomas Frössman
parent e1a93c930d
commit 08a04b658c

View file

@ -1371,10 +1371,10 @@ customize the resulting theme."
`(ledger-font-reconciler-pending-face ((t (:foreground ,yellow :weight normal))))
`(ledger-font-report-clickable-face ((t (:foreground ,yellow :weight normal))))
;;;;; linum-mode
`(linum ((,class (:weight normal :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
`(linum ((,class (:weight thin :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
`(linum-relative-current-face ((,class (:inherit linum))))
;;;;; display-line-number-mode
`(line-number ((,class (:weight normal :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
`(line-number ((,class (:weight thin :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
;;;;; lsp-ui
`(lsp-ui-sideline-code-action ((,class (:foreground ,yellow :weight normal))))
;;;;; lusty-explorer