emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-theme 283cab0c83 1/2: Sets `line-number-current-li


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 283cab0c83 1/2: Sets `line-number-current-line` to `:inherint nil`
Date: Tue, 1 Feb 2022 06:02:08 -0500 (EST)

branch: externals/nano-theme
commit 283cab0c83186a3c1cfdf8b174caa0e7b9c0f768
Author: Maikol SolĂ­s <maikol.solis@ucr.ac.cr>
Commit: GitHub <noreply@github.com>

    Sets `line-number-current-line` to `:inherint nil`
    
    In doom-emacs when you use the zen mode `SPC t z/Z`, the face for 
`line-number-current-line` is bigger than `line-number`.
    
    This commit fixes this behavior.
    
    Fixes #21.
---
 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))))
    



reply via email to

[Prev in Thread] Current Thread [Next in Thread]