black='\033[30m' red='\033[31m' green='\033[32m' brown='\033[33m' blue='\033[34m' purple='\033[35m' cyan='\033[36m' light_gray='\033[37m' dark_gray='\033[1;30m' light_red='\033[1;31m' light_green='\033[1;32m' yellow='\033[1;33m' light_blue='\033[1;34m' light_purple='\033[1;35m' light_cyan='\033[1;36m' white='\033[1;37m' Black='\033[40m' Red='\033[41m' Green='\033[42m' Brown='\033[43m' Blue='\033[44m' Purple='\033[45m' Cyan='\033[46m' Light_gray='\033[47m' Dark_gray='\033[1;40m' Light_red='\033[1;41m' Light_green='\033[1;42m' Yellow='\033[1;43m' Light_blue='\033[1;44m' Light_purple='\033[1;45m' Light_cyan='\033[1;46m' White='\033[1;47m' bold='\033[1m' underscore='\033[4m' blink='\033[5m' inverse='\033[7m' concealed='\033[8m' normal='\033[0m'