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

    Remode redundant default settings.
---
 nano-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nano-theme.el b/nano-theme.el
index add8a49231..6f5cc47324 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -550,10 +550,10 @@ background color that is barely perceptible."
    
    ;; --- Base ---------------------------------------------------------   
 
-   `(default ((,light  (:background ,nano-light-background
-                        :foreground ,nano-light-foreground))
-              (,dark  (:background ,nano-dark-background
-                       :foreground ,nano-dark-foreground))))
+;;   `(default ((,light  (:background ,nano-light-background
+;;                        :foreground ,nano-light-foreground))
+;;              (,dark  (:background ,nano-dark-background
+;;                       :foreground ,nano-dark-foreground))))
 
    `(cursor ((,light (:foreground ,nano-light-background
                       :background ,nano-light-foreground))

Reply via email to