# On a black background, can use ;37m instead of ;32m C_MAIN="\033[1;32m" # main text C_OTHER="\033[1;34m" # prefix & brackets C_SEPARATOR="\033[1;30m" # separator C_BUSY="\033[0;36m" # busy C_FAIL="\033[1;31m" # failed C_DONE="\033[1;32m" # completed C_BKGD="\033[1;35m" # backgrounded C_H1="\033[1;32m" # highlight text 1 C_H2="\033[1;36m" # highlight text 2 C_CLEAR="\033[1;0m"