From 090cc93f75c7eea189415b2c7a788018a91578c6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 00:52:54 +0900 Subject: color coding update --- upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upgrade.sh') diff --git a/upgrade.sh b/upgrade.sh index d35068b7..a094a58a 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -8,9 +8,9 @@ OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" -WARN="$(tput setaf 5)[WARN]$(tput sgr0)" +WARN="$(tput setaf 1)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" -ORANGE=$(tput setaf 9) +ORANGE=$(tput setaf 5) YELLOW=$(tput setaf 3) RESET=$(tput sgr0) -- cgit v1.2.3