From 91ca5382ce211d4b0d919628de795107bdf34f3b Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:41:58 +0100 Subject: [PATCH 1/3] For conformity, color trailing whitespace green, not red --- git.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.nanorc b/git.nanorc index 264aeaa..0aaf475 100644 --- a/git.nanorc +++ b/git.nanorc @@ -46,7 +46,7 @@ color brightblack "^#[[:space:]]On branch" color brightblack "#" # Trailing spaces (+LINT is not ok, git uses tabs) -color ,red "[[:space:]]+$" +color ,green "[[:space:]]+$" # This syntax format is used for interactive rebasing From 08b3f8e87e0f38373da478c5331e8fa737b63ce8 Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:43:53 +0100 Subject: [PATCH 2/3] For conformity, color trailing whitespace green, not blue --- tcl.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl.nanorc b/tcl.nanorc index 16031ef..7829cb0 100644 --- a/tcl.nanorc +++ b/tcl.nanorc @@ -21,4 +21,4 @@ icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" ## Comments color magenta "(^|;)[[:space:]]*#.*" ## Trailing whitespace -color ,blue "[[:space:]]+$" +color ,green "[[:space:]]+$" From 791c23ca8a1259fc47ae6f04e6d40ff04f82a433 Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:44:39 +0100 Subject: [PATCH 3/3] For conformity, color trailing whitespace green, not blue --- zsh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nanorc b/zsh.nanorc index 24c8a3a..e92afcc 100644 --- a/zsh.nanorc +++ b/zsh.nanorc @@ -39,4 +39,4 @@ color cyan "(^|[[:space:]])#.*$" color brightcyan "(^|[[:space:]])##.*$" ## Trailing spaces -color ,blue "[[:space:]]+$" +color ,green "[[:space:]]+$"