Skip to content

Instantly share code, notes, and snippets.

@banderon
Last active December 15, 2015 10:49
Show Gist options
  • Save banderon/5248471 to your computer and use it in GitHub Desktop.
Save banderon/5248471 to your computer and use it in GitHub Desktop.
color = {
black: '\x1b[30m'
red: '\x1b[31m'
green: '\x1b[32m'
yellow: '\x1b[33m'
blue: '\x1b[34m'
magenta: '\x1b[35m'
cyan: '\x1b[36m'
white: '\x1b[37m'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment