Skip to content

Instantly share code, notes, and snippets.

@jaymzcd
Created May 13, 2013 09:36
Show Gist options
  • Save jaymzcd/5567193 to your computer and use it in GitHub Desktop.
Save jaymzcd/5567193 to your computer and use it in GitHub Desktop.
export NONE='\[\033[0m\]'
export WHITE_1='\[\033[0;1m\]'
export BLACK='\[\033[0;30m\]'
export GRAY='\[\033[1;30m\]'
export RED='\[\033[0;31m\]'
export LIGHT_RED='\[\033[1;31m\]'
export GREEN='\[\033[0;32m\]'
export LIGHT_GREEN='\[\033[1;32m\]'
export BROWN='\[\033[0;33m\]'
export YELLOW='\[\033[1;33m\]'
export BLUE='\[\033[0;34m\]'
export LIGHT_BLUE='\[\033[1;34m\]'
export PURPLE='\[\033[0;35m\]'
export LIGHT_PURPLE='\[\033[1;35m\]'
export CYAN='\[\033[0;36m\]'
export LIGHT_CYAN='\[\033[0;1;36m\]'
export LIGHT_GRAY='\[\033[0;37m\]'
export WHITE='\[\033[1;37m\]'
export BRACE_COLOR=$NONE
export LBRACE=$BRACE_COLOR[$BRACE_COLOR
export RBRACE=$BRACE_COLOR]$BRACE_COLOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment