branch: externals/nano-theme commit 9013ad6c0866b37535d5984d027417e360c37b9f Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Update nano-modeline. --- nano-theme.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/nano-theme.el b/nano-theme.el index 2454a9485f..1370598c39 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -839,17 +839,20 @@ 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-popout-i)))) - '(nano-modeline-active-status-RW ((t (:inherit nano-faded-i)))) - '(nano-modeline-active-status-** ((t (:inherit nano-critical)))) + '(nano-modeline-active-status-RO ((t (:inherit (nano-default-i 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))))) '(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))))) - '(nano-modeline-inactive-status-RO ((t (:inherit (nano-popout nano-modeline-inactive))))) - '(nano-modeline-inactive-status-RW ((t (:inherit (nano-faded nano-modeline-inactive))))) - '(nano-modeline-inactive-status-** ((t (:inherit (nano-critical-i nano-modeline-inactive))))) + '(nano-modeline-inactive-status-RO ((t (:inherit (nano-faded + nano-strong nano-modeline-inactive))))) + '(nano-modeline-inactive-status-RW ((t (:inherit (nano-faded + nano-strong nano-modeline-inactive))))) + '(nano-modeline-inactive-status-** ((t (:inherit (nano-popout + nano-strong nano-modeline-inactive))))) ;; --- nano agenda --------------------------------------------------------- '(nano-agenda-button ((t (:inherit (nano-faded)))))