Skip to content

Instantly share code, notes, and snippets.

@girol
Created September 11, 2018 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girol/ece29cb18d395f931ff6e4585df0884f to your computer and use it in GitHub Desktop.
Save girol/ece29cb18d395f931ff6e4585df0884f to your computer and use it in GitHub Desktop.
Terminal Colors
default="\033[39m"
black="\033[30m"
red="\033[0;31m"
green="\033[32m"
yellow="\033[33m"
blue="\033[34m"
magenta="\033[35m"
cyan="\033[36m"
gray="\033[90m"
# Light Colors
light_gray="\033[37m"
light_red="\033[91m"
light_green="\033[92m"
light_yellow="\033[93m"
light_blue="\033[94m"
light_magenta="\033[95m"
light_cyan="\033[96m"
white="\033[97m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment