From 1bcf3ab61608ff3f3c7093146ac6946e34fe1ebb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 00:37:27 +0900 Subject: color coding adjustments --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade.sh') diff --git a/upgrade.sh b/upgrade.sh index d3f68d64..d35068b7 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -10,7 +10,7 @@ ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" -ORANGE=$(tput setaf 166) +ORANGE=$(tput setaf 9) YELLOW=$(tput setaf 3) RESET=$(tput sgr0) -- cgit v1.2.3 From 090cc93f75c7eea189415b2c7a788018a91578c6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 00:52:54 +0900 Subject: color coding update --- copy.sh | 4 ++-- release.sh | 4 ++-- upgrade.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'upgrade.sh') diff --git a/copy.sh b/copy.sh index a6a162e5..18220c07 100755 --- a/copy.sh +++ b/copy.sh @@ -24,9 +24,9 @@ OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" INFO="$(tput setaf 4)[INFO]$(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) BLUE=$(tput setaf 4) RESET=$(tput sgr0) diff --git a/release.sh b/release.sh index 86208b70..016125a6 100755 --- a/release.sh +++ b/release.sh @@ -6,9 +6,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) 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