summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-sonar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sonar b/git-sonar
index 50f443c..ee31a65 100755
--- a/git-sonar
+++ b/git-sonar
@@ -74,7 +74,7 @@ precheck_status=$?
CS="${GIT_SONAR_COLOR_PREFIX:-"\\001"}" # ASCII start of heading
CE="${GIT_SONAR_COLOR_SUFFIX:-"\\002"}" # ASCII start of text
COLOR_DEF="${GIT_SONAR_DEFAULT_COLOR:-"${CS}\\033[0m${CE}"}"
-COLOR_GRAY="${CS}\\033[1;30m${CE}"
+COLOR_GRAY="${CS}\\033[1;90m${CE}"
COLOR_RED="${CS}\\033[1;31m${CE}"
COLOR_GREEN="${CS}\\033[1;32m${CE}"
COLOR_YELLOW="${CS}\\033[1;33m${CE}"