commit 52bc03b7318bcf2aa63baf0c73f15f06558af37d
parent 8bc7592721efdc9272029e2a6aaaac8b09104c86
Author: Steve Dignam <sbdchd@users.noreply.github.com>
Date: Sat, 20 Aug 2016 05:34:24 -0400
Add linum-relative support (#242)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1291,7 +1291,8 @@ 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 (:foreground ,s-fringe-fg :background ,s-fringe-bg))))
+ `(linum ((,class (:weight normal :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
+ `(linum-relative-current-face ((,class (:inherit linum))))
;;;;; lusty-explorer
`(lusty-directory-face ((,class (:inherit dired-directory))))
`(lusty-file-face ((,class nil)))