2 # Include this file to use terminal colors from shell scripts and
4 # john moore liles - 12/30/2002
11 MAGENTA=`tput setaf 5`
15 BG_BLACK=`tput setab 0`
17 BG_GREEN=`tput setab 2`
18 BG_YELLOW=`tput setab 3`
19 BG_BLUE=`tput setab 4`
20 BG_MAGENTA=`tput setab 5`
21 BG_CYAN=`tput setab 6`
22 BG_WHITE=`tput setab 7`