Skip to content

Instantly share code, notes, and snippets.

@bitofhope
Created February 10, 2019 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitofhope/86509672a5922a878064a009eb8134ed to your computer and use it in GitHub Desktop.
Save bitofhope/86509672a5922a878064a009eb8134ed to your computer and use it in GitHub Desktop.
static const char *colorname[] = {
/* 8 normal colors */
"#000000", /* black */
"#cc9393", /* red */
"#7f9f7f", /* green */
"#f0dfaf", /* yellow */
"#6c6c9c", /* blue */
"#bc6c9c", /* magenta */
"#8cd0d3", /* cyan */
"#dccccc", /* white */
/* 8 bright colors */
"#3f3f3f",
"#bc6c4c",
"#284f28",
"#f8f893",
"#8c8cbc",
//"#6c6c9c", /* alt "bright" blue */
"#ecbcbc",
"#80d4aa",
"#ffffff",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment