diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 00:37:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 00:37:27 +0900 |
| commit | 1bcf3ab61608ff3f3c7093146ac6946e34fe1ebb (patch) | |
| tree | 98e7c07ac6571cb83a9a6d2dd829b0fa172402f2 /copy.sh | |
| parent | fa7e3ee2e7846855e95c0caf50c24ebf5c86afbc (diff) | |
color coding adjustments
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" INFO="$(tput setaf 4)[INFO]$(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) BLUE=$(tput setaf 4) RESET=$(tput sgr0) |
