--- /etc/rc.d/functions 2009-08-22 10:05:29.000000000 -0400 +++ functions 2009-11-03 17:17:06.245031178 -0500 @@ -61,17 +61,17 @@ # colors: if [ "$USECOLOR" = "YES" -o "$USECOLOR" = "yes" ]; then - C_MAIN="\033[1;37;40m" # main text - C_OTHER="\033[1;34;40m" # prefix & brackets - C_SEPARATOR="\033[1;30;40m" # separator - - C_BUSY="\033[0;36;40m" # busy - C_FAIL="\033[1;31;40m" # failed - C_DONE="\033[1;37;40m" # completed - C_BKGD="\033[1;35;40m" # backgrounded + C_MAIN="\033[0m\033[1;29m" # 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[0m\033[1;29m" # completed + C_BKGD="\033[1;35m" # backgrounded - C_H1="\033[1;37;40m" # highlight text 1 - C_H2="\033[1;36;40m" # highlight text 2 + C_H1="\033[1;37m" # highlight text 1 + C_H2="\033[1;36m" # highlight text 2 C_CLEAR="\033[1;0m" fi