Skip to content

Instantly share code, notes, and snippets.

@SRJ9
Created June 26, 2017 10:16
Show Gist options
  • Save SRJ9/65ddbfa14cc267be1a0ed3f1903d99e9 to your computer and use it in GitHub Desktop.
Save SRJ9/65ddbfa14cc267be1a0ed3f1903d99e9 to your computer and use it in GitHub Desktop.
c_black="\033[0;30m"
c_blue="\033[0;34m"
c_green="\033[0;32m"
c_cyan="\033[0;36m"
c_red="\033[0;31m"
c_purple="\033[0;35m"
c_brown="\033[0;33m"
c_light_gray="\033[0;37m"
c_dark_gray="\033[1;30m"
c_light_blue="\033[1;34m"
c_light_green="\033[1;32m"
c_light_cyan="\033[1;36m"
c_light_red="\033[1;31m"
c_light_purple="\033[1;35m"
c_yellow="\033[1;33m"
c_white="\033[1;37m"
c_null="\033[0m"
c_blink="\033[5m"
c_bold="\033[1m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment