summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index afa54f7..d9e6f89 100644
--- a/functions
+++ b/functions
@@ -54,7 +54,7 @@ if [[ $USECOLOR =~ yes|YES ]]; then
if /bin/tput setaf 0 &>/dev/null; then
C_CLEAR="$(tput sgr0)" # clear text
C_MAIN="${C_CLEAR}$(/bin/tput bold)" # main text
- C_OTHER="${C_MAIN}$(/bin/tput setaf 4)" # prefix & brackets
+ C_OTHER="${C_MAIN}$(/bin/tput setaf 5)" # prefix & brackets
C_SEPARATOR="${C_MAIN}$(/bin/tput setaf 0)" # separator
C_BUSY="${C_CLEAR}$(/bin/tput setaf 6)" # busy
C_FAIL="${C_MAIN}$(/bin/tput setaf 1)" # failed