We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb05437 commit 4da11feCopy full SHA for 4da11fe
1 file changed
vars/colors.sh
@@ -3,10 +3,16 @@ red=`tput setaf 1`
3
green=`tput setaf 2`
4
yellow=`tput setaf 3`
5
blue=`tput setaf 4`
6
+mauve=`tput setaf 5`
7
teal=`tput setaf 6`
8
+white=`tput setaf 7`
9
+gray=`tput setaf 8`
10
orange=`tput setaf 9`
11
+light_green=`tput setaf 10`
12
+gold=`tput setaf 11`
13
purple=`tput setaf 12`
14
pink=`tput setaf 13`
15
+light_blue=`tput setaf 14`
16
bold=`tput bold`
17
reset=`tput sgr0`
18
0 commit comments