Skip to content

Commit 4da11fe

Browse files
devydevy
authored andcommitted
update colors vars
1 parent fb05437 commit 4da11fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vars/colors.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ red=`tput setaf 1`
33
green=`tput setaf 2`
44
yellow=`tput setaf 3`
55
blue=`tput setaf 4`
6+
mauve=`tput setaf 5`
67
teal=`tput setaf 6`
8+
white=`tput setaf 7`
9+
gray=`tput setaf 8`
710
orange=`tput setaf 9`
11+
light_green=`tput setaf 10`
12+
gold=`tput setaf 11`
813
purple=`tput setaf 12`
914
pink=`tput setaf 13`
15+
light_blue=`tput setaf 14`
1016
bold=`tput bold`
1117
reset=`tput sgr0`
1218

0 commit comments

Comments
 (0)