From 791c23ca8a1259fc47ae6f04e6d40ff04f82a433 Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:44:39 +0100 Subject: [PATCH] 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:]]+$"