fix green color

This commit is contained in:
Whispering Wind
2024-07-05 11:11:04 +03:30
committed by GitHub
parent 169199d4e4
commit e0667ee575

View File

@ -2,7 +2,7 @@
# Function to define colors # Function to define colors
define_colors() { define_colors() {
green='\033[1;34m' green='\033[0;32m'
cyan='\033[0;36m' cyan='\033[0;36m'
red='\033[0;31m' red='\033[0;31m'
yellow='\033[0;33m' yellow='\033[0;33m'