Theme for Emacs 26 display-line-number-mode

This commit is contained in:
Jimmy Yuen Ho Wong 2018-05-29 00:27:25 +01:00 committed by Thomas Frössman
parent 7c91f489cf
commit 26d95284ba

View file

@ -1361,6 +1361,8 @@ customize the resulting theme."
;;;;; linum-mode
`(linum ((,class (:weight normal :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))))
;;;;; lsp-ui
`(lsp-ui-sideline-code-action ((,class (:foreground ,yellow :weight normal))))
;;;;; lusty-explorer