Thanks. My problem was using the wrong escape code. Here are some examples of showing [Suite] in bold blue.
Python: python -c "print '033[1;34m[Suite]033[0m'" Nim: echo "e[1;34m[Suite]e[00mn" Bash: printf "e[1;34m[Suite]e[00mn"
Thanks. My problem was using the wrong escape code. Here are some examples of showing [Suite] in bold blue.
Python: python -c "print '033[1;34m[Suite]033[0m'" Nim: echo "e[1;34m[Suite]e[00mn" Bash: printf "e[1;34m[Suite]e[00mn"