branch: externals/nano-theme commit 2635a8bacdc155e7f5e5620e55ca15d29f55f6fa Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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)))))