commit 08a04b658ccdc38f2f6bc7850784d6b3bd9e8518
parent e1a93c930d8f72ceb13dc9816b338437c7abad13
Author: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
Date: Wed, 20 Jun 2018 15:55:27 +0100
Use thin font for linum and display-line-number when available
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -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