From 193977dcb66c52ad5f642eb084060b3423430616 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 00:37:29 +0900 Subject: [PATCH] color coding adjustments --- install-scripts/Global_functions.sh | 2 +- install-scripts/paru.sh | 2 +- install-scripts/yay.sh | 2 +- install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index 7b4edf4..a3650e0 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.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) diff --git a/install-scripts/paru.sh b/install-scripts/paru.sh index c48ae9b..88a03ea 100755 --- a/install-scripts/paru.sh +++ b/install-scripts/paru.sh @@ -14,7 +14,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) diff --git a/install-scripts/yay.sh b/install-scripts/yay.sh index d2c1e4f..91a7bd4 100755 --- a/install-scripts/yay.sh +++ b/install-scripts/yay.sh @@ -14,7 +14,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) diff --git a/install.sh b/install.sh index 67bb45e..47a2cde 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,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)