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

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

[elpa] externals/nano-theme 1ad2168 24/24: Cosmetic changes in comments


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 1ad2168 24/24: Cosmetic changes in comments
Date: Wed, 29 Sep 2021 08:57:53 -0400 (EDT)

branch: externals/nano-theme
commit 1ad21687e90e03283f29d5cf6cba29708ad23f92
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Cosmetic changes in comments
---
 nano-theme.el | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/nano-theme.el b/nano-theme.el
index f7d8b41..1286cf4 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -1135,18 +1135,18 @@ background color that is barely perceptible."
     ;; --- Terminal ----------------------------------------------------
     '(term-bold        ((t (:inherit nano-strong))))
     '(term-color-black ((t (:inherit default))))
-    '(term-color-blue ((t (:foreground "#42A5F5"   ;; material color blue L400
-                           :background "#BBDEFB"))))  ;; material color blue 
L100
-    '(term-color-cyan ((t (:foreground "#26C6DA"   ;; material color cyan L400
-                           :background "#B2EBF2"))))  ;; material color cyan 
L100
-    '(term-color-green ((t (:foreground "#66BB6A"   ;; material color green 
L400
-                            :background "#C8E6C9"))))  ;; material color green 
L100
-    '(term-color-magenta ((t (:foreground "#AB47BC"   ;; material color purple 
L400
-                              :background "#E1BEE7"))))  ;; material color 
purple L100
-    '(term-color-red ((t (:foreground "#EF5350"   ;; material color red L400
-                          :background "#FFCDD2"))))  ;; material color red L100
-    '(term-color-yellow ((t (:foreground "#FFEE58"    ;; material color yellow 
L400
-                             :background "#FFF9C4")))) ;; material color 
yellow L100
+    '(term-color-blue ((t (:foreground "#42A5F5"        ;; material color blue 
L400
+                           :background "#BBDEFB"))))    ;; material color blue 
L100
+    '(term-color-cyan ((t (:foreground "#26C6DA"        ;; material color cyan 
L400
+                           :background "#B2EBF2"))))    ;; material color cyan 
L100
+    '(term-color-green ((t (:foreground "#66BB6A"       ;; material color 
green L400
+                            :background "#C8E6C9"))))   ;; material color 
green L100
+    '(term-color-magenta ((t (:foreground "#AB47BC"     ;; material color 
purple L400
+                              :background "#E1BEE7")))) ;; material color 
purple L100
+    '(term-color-red ((t (:foreground "#EF5350"         ;; material color red 
L400
+                          :background "#FFCDD2"))))     ;; material color red 
L100
+    '(term-color-yellow ((t (:foreground "#FFEE58"      ;; material color 
yellow L400
+                             :background "#FFF9C4"))))  ;; material color 
yellow L100
     ))
 
 ;;;###autoload



reply via email to

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