From e0667ee57538f836c1fb96cb2829df729c349e53 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:11:04 +0330 Subject: [PATCH] fix green color --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 1b529f1..98eaa33 100644 --- a/menu.sh +++ b/menu.sh @@ -2,7 +2,7 @@ # Function to define colors define_colors() { - green='\033[1;34m' + green='\033[0;32m' cyan='\033[0;36m' red='\033[0;31m' yellow='\033[0;33m'