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

    Small change for the new NANO modeline.
---
 nano-theme.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index 8492f569c9..22c0e11e1f 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -548,6 +548,8 @@ background color that is barely perceptible."
 
   
   (custom-theme-set-faces theme
+    
+    (custom-theme-set-faces theme
    
    ;; --- Base ---------------------------------------------------------   
 
@@ -840,7 +842,7 @@ background color that is barely perceptible."
    '(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)))))
-   '(nano-modeline-active-status-RO     ((t (:inherit (nano-default-i 
nano-strong)))))
+   '(nano-modeline-active-status-RO     ((t (:inherit (nano-subtle 
nano-strong)))))
    '(nano-modeline-active-status-RW     ((t (:inherit (nano-faded-i 
nano-strong)))))
    '(nano-modeline-active-status-**     ((t (:inherit (nano-popout-i 
nano-strong)))))
 

Reply via email to