From 5343041805131d1c906465e7df9e3e23e2cfecf4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 23:36:38 +0900 Subject: [PATCH] updated some color coding. Will probably tweak more later --- install-scripts/Global_functions.sh | 3 ++- install-scripts/paru.sh | 3 ++- install-scripts/yay.sh | 3 ++- install.sh | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index 0795440..2a7df5f 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -10,7 +10,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/paru.sh b/install-scripts/paru.sh index 7699440..9fe2fd9 100755 --- a/install-scripts/paru.sh +++ b/install-scripts/paru.sh @@ -14,7 +14,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/yay.sh b/install-scripts/yay.sh index a73142a..f830156 100755 --- a/install-scripts/yay.sh +++ b/install-scripts/yay.sh @@ -14,7 +14,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.sh b/install.sh index 2e62230..fc650c5 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,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)