Skip to content

Instantly share code, notes, and snippets.

@chrismarksus
Created April 17, 2015 14:30
Show Gist options
  • Save chrismarksus/bd48c64615a128735f70 to your computer and use it in GitHub Desktop.
Save chrismarksus/bd48c64615a128735f70 to your computer and use it in GitHub Desktop.
echo -e "\033[0mCOLOR_NC (No color)\n\033[1;37mCOLOR_WHITE\t\033[0;30mCOLOR_BLACK\n\033[0;34mCOLOR_BLUE\t\033[1;34mCOLOR_LIGHT_BLUE\n\033[0;32mCOLOR_GREEN\t\033[1;32mCOLOR_LIGHT_GREEN\n\033[0;36mCOLOR_CYAN\t\033[1;36mCOLOR_LIGHT_CYAN\n\033[0;31mCOLOR_RED\t\033[1;31mCOLOR_LIGHT_RED\n\033[0;35mCOLOR_PURPLE\t\033[1;35mCOLOR_LIGHT_PURPLE\n\033[0;33mCOLOR_YELLOW\t\033[1;33mCOLOR_LIGHT_YELLOW\n\033[1;30mCOLOR_GRAY\t\033[0;37mCOLOR_LIGHT_GRAY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment