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'