From 477545ac2e02a3325499f653fea51c7777a6ed27 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 8 Sep 2024 14:55:13 +0900 Subject: [PATCH] just color tweak --- install-scripts/Global_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index 669b4f0..a185b04 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -8,7 +8,7 @@ set -e OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" -WARN="$(tput setaf 166)[WARN]$(tput sgr0)" +WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" ORANGE=$(tput setaf 166) YELLOW=$(tput setaf 3)