--- functions 2004-02-19 12:50:09.000000000 -0600 +++ functions 2005-03-06 11:12:01.000000000 -0600 @@ -9,16 +9,16 @@ if [ "$USECOLOR" = "YES" -o "$USECOLOR" = "yes" ]; then - C_MAIN="\033[1;37m" # main text - C_OTHER="\033[1;34m" # prefix & brackets - C_SEPARATOR="\033[1;30m" # separator + 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;36m" # busy - C_FAIL="\033[1;31m" # failed - C_DONE="\033[1;37m" # completed + C_BUSY="\033[0;36;40m" # busy + C_FAIL="\033[1;31;40m" # failed + C_DONE="\033[1;37;40m" # completed - C_H1="\033[1;37m" # highlight text 1 - C_H2="\033[1;36m" # highlight text 2 + C_H1="\033[1;37;40m" # highlight text 1 + C_H2="\033[1;36;40m" # highlight text 2 C_CLEAR="\033[1;0m" fi