Added 3 new colors to color.sh

This commit is contained in:
2024-01-07 23:18:28 +00:00
parent 6f461ecd30
commit d99da352ab

View File

@@ -3,6 +3,9 @@
RED="\e[31m" RED="\e[31m"
GREEN="\e[32m" GREEN="\e[32m"
YELLOW="\e[33m" YELLOW="\e[33m"
BLUE="\e[34m"
MAGENTA="\e[35m"
CYAN="\e[36m"
GRAY="\e[90m" GRAY="\e[90m"
ENDCOLOR="\e[0m" ENDCOLOR="\e[0m"