branch: externals/nano-theme commit 1a212541490955a677037e1fa5df7290e1360127 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Less salient critical face. --- nano-theme.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/nano-theme.el b/nano-theme.el index 502afb451a..33f4529be6 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -635,17 +635,17 @@ background color that is barely perceptible." (,dark (:foreground ,nano-dark-background :background ,nano-dark-popout)))) - `(nano-critical ((,light (:foreground ,nano-light-background - :background ,nano-light-critical)) - (,dark (:foreground ,nano-dark-background - :background ,nano-dark-critical)))) - - `(nano-critical-i ((,light (:foreground ,nano-light-critical - ;; :background ,nano-light-background - )) - (,dark (:foreground ,nano-dark-critical - ;; :background ,nano-dark-background - )))) + `(nano-critical ((,light (:foreground ,nano-light-critical + :weight normal)) + (,dark (:foreground ,nano-dark-critical + :weight normal)))) + + `(nano-critical-i ((,light (:foreground ,nano-light-background + :background ,nano-light-critical + :weight normal)) + (,dark (:foreground ,nano-dark-background + :background ,nano-dark-critical + :weight normal)))) ;; --- Header & mode line -------------------------------------------