branch: externals/nano-theme commit 2e0a287ae3c8c4f2505388d77c8a8268f487cc59 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Typo --- nano-theme-support.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-theme-support.el b/nano-theme-support.el index e60d4245b9..3b0d002008 100644 --- a/nano-theme-support.el +++ b/nano-theme-support.el @@ -777,7 +777,7 @@ background color that is barely perceptible." ;; --- Line numbers ------------------------------------------------- '(line-number ((t (:inherit nano-faded)))) - '(line-number-current-line ((t (:inherit (nano-string hl-line))))) + '(line-number-current-line ((t (:inherit (nano-strong hl-line))))) `(line-number-major-tick ((t (:inherit nano-default)))) '(line-number-minor-tick ((t (:inherit nano-faded))))