From c0056bc61500ac5ceb08963bab53c8efc55d7a1d Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Wed, 16 Oct 2024 06:44:25 -0700 Subject: [PATCH] =?UTF-8?q?Trimmed=20UI=20color=20comments=20=E2=86=9E=20[?= =?UTF-8?q?auto-sync=20from=20`adamlui/ai-apps`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/bump.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bump.sh b/utils/bump.sh index 4edd11d..6168fee 100644 --- a/utils/bump.sh +++ b/utils/bump.sh @@ -2,9 +2,9 @@ # Init UI colors nc="\033[0m" # no color -br="\033[1;91m" # bright red for old versions +br="\033[1;91m" # bright red by="\033[1;33m" # bright yellow -bg="\033[1;92m" # bright green for success message and new versions +bg="\033[1;92m" # bright green bw="\033[1;97m" # bright white # Init manifest path