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

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

[elpa] externals/nano-theme 2635a8bacd 6/9: Removed nano-modeline-active


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 2635a8bacd 6/9: Removed nano-modeline-active / nano-modeline-inactive
Date: Tue, 19 Mar 2024 06:58:34 -0400 (EDT)

branch: externals/nano-theme
commit 2635a8bacdc155e7f5e5620e55ca15d29f55f6fa
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Removed nano-modeline-active / nano-modeline-inactive
---
 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 55ad585a65..a8fbce90db 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -895,7 +895,7 @@ background color that is barely perceptible."
    '(helpful-heading                ((t (:inherit nano-strong))))
 
    ;; --- Nano modeline ------------------------------------------------
-   '(nano-modeline-active               ((t (:inherit nano-subtle))))
+;;   '(nano-modeline-active               ((t (:inherit nano-subtle))))
    '(nano-modeline-active-name          ((t (:inherit (nano-strong 
nano-modeline-active)))))
    '(nano-modeline-active-primary       ((t (:inherit (nano-default 
nano-modeline-active)))))
    '(nano-modeline-active-secondary     ((t (:inherit (nano-faded 
nano-modeline-active)))))
@@ -903,7 +903,7 @@ background color that is barely perceptible."
    '(nano-modeline-active-status-RW     ((t (:inherit (nano-faded-i 
nano-strong)))))
    '(nano-modeline-active-status-**     ((t (:inherit (nano-popout-i 
nano-strong)))))
 
-   '(nano-modeline-inactive             ((t (:inherit nano-subtle))))
+;;   '(nano-modeline-inactive             ((t (:inherit nano-subtle))))
    '(nano-modeline-inactive-name        ((t (:inherit (nano-faded 
nano-modeline-inactive)))))
    '(nano-modeline-inactive-primary     ((t (:inherit (nano-faded 
nano-modeline-inactive)))))
    '(nano-modeline-inactive-secondary   ((t (:inherit (nano-faded 
nano-modeline-inactive)))))



reply via email to

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