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

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

[elpa] externals/nano-theme 1a21254149 19/21: Less salient critical face


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 1a21254149 19/21: Less salient critical face.
Date: Mon, 31 Jan 2022 11:57:51 -0500 (EST)

branch: externals/nano-theme
commit 1a212541490955a677037e1fa5df7290e1360127
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@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 -------------------------------------------
    



reply via email to

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