Skip to content

Instantly share code, notes, and snippets.

@jwebcat
Created March 11, 2013 06:47
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwebcat/5132286 to your computer and use it in GitHub Desktop.
Save jwebcat/5132286 to your computer and use it in GitHub Desktop.
bash ansi color variables
RED='\033[00;31m'
GREEN='\033[00;32m'
YELLOW='\033[00;33m'
BLUE='\033[00;34m'
PURPLE='\033[00;35m'
CYAN='\033[00;36m'
LIGHTGRAY='\033[00;37m'
LRED='\033[01;31m'
LGREEN='\033[01;32m'
LYELLOW='\033[01;33m'
LBLUE='\033[01;34m'
LPURPLE='\033[01;35m'
LCYAN='\033[01;36m'
WHITE='\033[01;37m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment