branch: externals/nano-theme
commit 5a3b91d0831ddd78ab623dcc0d3cdeaf1e196b37
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Modified display line number
---
 nano-theme-support.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index a8fbce90db..e60d4245b9 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -777,8 +777,8 @@ background color that is barely perceptible."
 
    ;; --- Line numbers -------------------------------------------------
    '(line-number                  ((t (:inherit nano-faded))))
-   '(line-number-current-line     ((t (:inherit nil))))
-   `(line-number-major-tick       ((t (:inherit nano-faded))))
+   '(line-number-current-line     ((t (:inherit (nano-string hl-line)))))
+   `(line-number-major-tick       ((t (:inherit nano-default))))
    '(line-number-minor-tick       ((t (:inherit nano-faded))))
 
    ;; --- Font lock ----------------------------------------------------

Reply via email to