Skip to content

Instantly share code, notes, and snippets.

@jsborjesson
Last active December 5, 2015 21:13
Show Gist options
  • Save jsborjesson/e8628664df11b3218321 to your computer and use it in GitHub Desktop.
Save jsborjesson/e8628664df11b3218321 to your computer and use it in GitHub Desktop.
# Reset
Color_Off='\[\e[0m\]'
# Regular Colors
Black='\[\e[0;30m\]'
Red='\[\e[0;31m\]'
Green='\[\e[0;32m\]'
Yellow='\[\e[0;33m\]'
Blue='\[\e[0;34m\]'
Purple='\[\e[0;35m\]'
Cyan='\[\e[0;36m\]'
White='\[\e[0;37m\]'
# Bold
BBlack='\[\e[1;30m\]'
BRed='\[\e[1;31m\]'
BGreen='\[\e[1;32m\]'
BYellow='\[\e[1;33m\]'
BBlue='\[\e[1;34m\]'
BPurple='\[\e[1;35m\]'
BCyan='\[\e[1;36m\]'
BWhite='\[\e[1;37m\]'
# High Intensity
IBlack='\[\e[0;90m\]'
IRed='\[\e[0;91m\]'
IGreen='\[\e[0;92m\]'
IYellow='\[\e[0;93m\]'
IBlue='\[\e[0;94m\]'
IPurple='\[\e[0;95m\]'
ICyan='\[\e[0;96m\]'
IWhite='\[\e[0;97m\]'
# Bold High Intensity
BIBlack='\[\e[1;90m\]'
BIRed='\[\e[1;91m\]'
BIGreen='\[\e[1;92m\]'
BIYellow='\[\e[1;93m\]'
BIBlue='\[\e[1;94m\]'
BIPurple='\[\e[1;95m\]'
BICyan='\[\e[1;96m\]'
BIWhite='\[\e[1;97m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment