add yellow text colour

This commit is contained in:
Asif Bacchus 2020-09-14 23:42:39 -06:00
parent 514e24664c
commit 81e0a6d91a

View File

@ -23,12 +23,14 @@ if command -v tput > /dev/null; then
magenta=$(tput setaf 5)
norm=$(tput sgr0)
ok=$(tput setaf 2)
yellow=$(tput setaf 11)
else
cyan=''
err=''
magenta=''
norm=''
ok=''
yellow=''
fi