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