Skip to content

Instantly share code, notes, and snippets.

@badboy
Created April 27, 2009 16:24
Show Gist options
  • Save badboy/102580 to your computer and use it in GitHub Desktop.
Save badboy/102580 to your computer and use it in GitHub Desktop.
#define BLACK "\033[22;30m"
#define RED "\033[22;31m"
#define GREEN "\033[22;32m"
#define BROWN "\033[22;33m"
#define BLUE "\033[22;34m"
#define MAGENTA "\033[22;35m"
#define CYAN "\033[22;36m"
#define GRAY "\033[22;37m"
#define DARKGRAY "\033[01;30m"
#define LIGHTRED "\033[01;31m"
#define LIGHTGREEN "\033[01;32m"
#define YELLOW "\033[01;33m"
#define LIGHTBLUE "\033[01;34m"
#define LIGHTMAGENTA "\033[01;35m"
#define LIGHTCYAN "\033[01;36m"
#define WHITE "\033[01;37m"
#define DEFAULT_COLOR "\033[0m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment