Skip to content

Instantly share code, notes, and snippets.

@rkumar
Created November 14, 2011 07:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkumar/1363436 to your computer and use it in GitHub Desktop.
Save rkumar/1363436 to your computer and use it in GitHub Desktop.
some additional ansi color codes for grey scale
export ON_GRAY232='\\033[48;5;232m'
export ON_GRAY233='\\033[48;5;233m'
export ON_GRAY234='\\033[48;5;234m'
export ON_GRAY235='\\033[48;5;235m'
export ON_GRAY236='\\033[48;5;236m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment