branch: externals/nano-theme commit ceeffd29cc7d55d4089ad33399299decf34b57c5 Merge: e2c43e7e4f 283cab0c83 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: GitHub <nore...@github.com>
Merge pull request #23 from maikol-solis/patch-2 Sets `line-number-current-line` to `:inherint nil` --- nano-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-theme.el b/nano-theme.el index 50152595a5..3f6b7bd20e 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -750,7 +750,7 @@ background color that is barely perceptible." ;; --- Line numbers ------------------------------------------------- '(line-number ((t (:inherit nano-faded)))) - '(line-number-current-line ((t (:inherit default)))) + '(line-number-current-line ((t (:inherit nil)))) `(line-number-major-tick ((t (:inherit nano-faded)))) '(line-number-minor-tick ((t (:inherit nano-faded))))