Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Created November 8, 2012 10:51
Show Gist options
  • Save msmithstubbs/4038127 to your computer and use it in GitHub Desktop.
Save msmithstubbs/4038127 to your computer and use it in GitHub Desktop.
ANSI colour codes
# http://roguejs.com/2011-11-30/console-colors-in-node-js/
red = '\033[31m'
blue = '\033[34m'
reset = '\033[0m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment