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)