From 21adf9eb149e06b68e59fc60f8d29bbdb6eb1cc5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 8 Sep 2024 14:55:12 +0900 Subject: just color tweak --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 97201bb8..fe560b2f 100755 --- a/copy.sh +++ b/copy.sh @@ -25,7 +25,7 @@ printf "\n%.0s" {1..2} OK="$(tput setaf 2)[OK]$(tput sgr0)" ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" -WARN="$(tput setaf 166)[WARN]$(tput sgr0)" +WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" ORANGE=$(tput setaf 166) YELLOW=$(tput setaf 3) -- cgit v1.2.3