aboutsummaryrefslogtreecommitdiffstats
path: root/colors.sh
blob: c92c5288dc596eb194e37d8fcba9f713b858abf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

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"