From 221870054e556ee33b8a5d6999962e63d0a9b77b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 00:52:57 +0900 Subject: [PATCH] color coding update --- install-scripts/Global_functions.sh | 4 ++-- install-scripts/paru.sh | 4 ++-- install-scripts/yay.sh | 4 ++-- install.sh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index a3650e0..0795440 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -8,9 +8,9 @@ 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 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/install-scripts/paru.sh b/install-scripts/paru.sh index 88a03ea..7699440 100755 --- a/install-scripts/paru.sh +++ b/install-scripts/paru.sh @@ -12,9 +12,9 @@ LOG="install-$(date +%d-%H%M%S)_paru.log" 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/install-scripts/yay.sh b/install-scripts/yay.sh index 91a7bd4..a73142a 100755 --- a/install-scripts/yay.sh +++ b/install-scripts/yay.sh @@ -12,9 +12,9 @@ LOG="install-$(date +%d-%H%M%S)_yay.log" 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/install.sh b/install.sh index 47a2cde..2e62230 100755 --- a/install.sh +++ b/install.sh @@ -5,9 +5,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)