solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 26d95284baa4e36b510ae957b1cdd2a0868318b5
parent 7c91f489cf00db39ea1977a0572e2293569b769b
Author: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
Date:   Tue, 29 May 2018 00:27:25 +0100

Theme for Emacs 26 display-line-number-mode

Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -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