diff --git a/rc_shared.sh b/rc_shared.sh index b52f895..aaab80b 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -8,12 +8,12 @@ export PATH="$PATH:~/bin-shared:~/.bin-shared" # PS1 Colors export PURPLE="`tput setaf 55`" -export ORANGE="`tput setaf 208"` +export ORANGE="`tput setaf 208`" export GREEN="`tput setaf 34`" export RED="`tput setaf 196`" -export SCARLET="`tput setaf 16"0` -export YELLOW="`tput setaf 226"` +export SCARLET="`tput setaf 160`" +export YELLOW="`tput setaf 226`" export GRAY="`tput setaf 243`"