color coding update

This commit is contained in:
JaKooLit
2025-01-31 00:52:57 +09:00
parent 193977dcb6
commit 221870054e
4 changed files with 8 additions and 8 deletions

View File

@@ -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)