diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index caf032f..92a48a2 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -15,7 +15,8 @@ ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" WARN="$(tput setaf 1)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" -ORANGE=$(tput setaf 5) +MAGENTA=$(tput setaf 5) +WARNING=$(tput setaf 1) YELLOW=$(tput setaf 3) RESET=$(tput sgr0) diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index 9d5091f..cf9819e 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -59,7 +59,7 @@ while true; do break ;; [Nn]*) - echo "${ORANGE} You chose not to install Pokemon Color Scripts." 2>&1 | tee -a "$LOG" + echo "${MAGENTA} You chose not to install Pokemon Color Scripts." 2>&1 | tee -a "$LOG" break ;; *) diff --git a/install.sh b/install.sh index e80938c..1c40bb6 100755 --- a/install.sh +++ b/install.sh @@ -70,7 +70,8 @@ ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" WARN="$(tput setaf 1)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" -ORANGE=$(tput setaf 5) +MAGENTA=$(tput setaf 5) +WARNING=$(tput setaf 1) YELLOW=$(tput setaf 3) RESET=$(tput sgr0)