color coding adjustments

This commit is contained in:
JaKooLit
2025-01-31 00:37:29 +09:00
parent c18526390d
commit 193977dcb6
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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