From 3afc00dfaabeec95a10517ad08a43587bdf65e89 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 9 Feb 2017 11:18:52 -0500 Subject: [PATCH] change warning color from yellow to purple (unreadable on a shell with white background) --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candi.sh b/candi.sh index 9ca8428..528fb5e 100755 --- a/candi.sh +++ b/candi.sh @@ -144,7 +144,7 @@ fi # Colours for progress and error reporting BAD="\033[1;31m" GOOD="\033[1;32m" -WARN="\033[1;33m" +WARN="\033[1;35m" INFO="\033[1;34m" BOLD="\033[1m" -- 2.39.5