From: Timo Heister Date: Thu, 9 Feb 2017 16:18:52 +0000 (-0500) Subject: change warning color from yellow to purple X-Git-Tag: v0.8.5~31^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14%2Fhead;p=candi.git change warning color from yellow to purple (unreadable on a shell with white background) --- 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"