aboutsummaryrefslogtreecommitdiffstats
path: root/colors.sh
blob: 29c37357386a701acde4650f258cc85c0da94da8 (plain)
1
2
3
4
5
6
7
8
9
10
BLK="\e[0;30m"
RED="\e[0;31m"
GRN="\e[0;32m"
YLW="\e[0;33m"
BLU="\e[0;34m"
PRP="\e[0;35m"
CYN="\e[0;36m"
WHT="\e[0;37m"

RST="\e[0m"