VT100 codes

Example:
# START \033[  DIM 2; WHITE 37; BLINK 5m;
# hello
# START \033[  RESET 0m
echo -e "\033[2;37;5mhello\033[0m"