Skip to content

Instantly share code, notes, and snippets.

@slugbyte
Created September 30, 2015 21:36
Show Gist options
  • Save slugbyte/6e2075050c74551d6fdf to your computer and use it in GitHub Desktop.
Save slugbyte/6e2075050c74551d6fdf to your computer and use it in GitHub Desktop.
(light) ANSI Colors for using in shell scripts
WHT="\e[90m" #light black
RED="\e[91m" #light red
GRN="\e[92m" #light green
YLW="\e[93m" #light yellow
BLU="\e[94m" #light blue
PNK="\e[95m" #light magenta
CYN="\e[96m" #light cyan
WHT="\e[97m" #light white
FGD="\e[99m" #light default foreground color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment