summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgit-sonar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sonar b/git-sonar
index 615e053..6d21831 100755
--- a/git-sonar
+++ b/git-sonar
@@ -76,7 +76,7 @@ COLOR_RED="\\001\\033[1;31m\\002"
COLOR_GREEN="\\001\\033[1;32m\\002"
COLOR_YELLOW="\\001\\033[1;33m\\002"
COLOR_WHITE="\\001\\033[1;37m\\002"
-COLOR_DEF="\\001\\033[0m\\002"
+COLOR_DEF="${GIT_SONAR_DEFAULT_COLOR:-"\\001\\033[0m\\002"}"
FETCH_TIME="${GIT_SONAR_FETCH_TIME:-"300"}"