commit 11a3b72c2143477153397eeaea1d6ac06029c140
parent 703708aa6cf20eff3689289706b045f87ce3f4b2
Author: Thibault Polge <thibault@thb.lt>
Date: Fri, 27 Mar 2020 20:06:03 +0100
Style all the `line-number-*` faces.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1022,6 +1022,9 @@
`(linum-relative-current-face ((,class (:inherit linum))))
;;;;; display-line-number-mode
`(line-number ((,class (:weight thin :underline nil :foreground ,s-fringe-fg :background ,s-fringe-bg))))
+ `(line-number-minor-tick ((,class (:inherit line-number :weight normal))))
+ `(line-number-major-tick ((,class (:inherit line-number-minor-tick :weight bold))))
+ `(line-number-current-line ((,class (:inherit line-number :background ,base03 :foreground ,base0))))
;;;;; lsp-ui
`(lsp-ui-doc-background ((,class (:background ,base03))))
`(lsp-ui-doc-header ((,class (:background ,yellow-1bg :foreground ,yellow-1fg))))