add yellow text colour
This commit is contained in:
parent
514e24664c
commit
81e0a6d91a
@ -23,12 +23,14 @@ if command -v tput > /dev/null; then
|
|||||||
magenta=$(tput setaf 5)
|
magenta=$(tput setaf 5)
|
||||||
norm=$(tput sgr0)
|
norm=$(tput sgr0)
|
||||||
ok=$(tput setaf 2)
|
ok=$(tput setaf 2)
|
||||||
|
yellow=$(tput setaf 11)
|
||||||
else
|
else
|
||||||
cyan=''
|
cyan=''
|
||||||
err=''
|
err=''
|
||||||
magenta=''
|
magenta=''
|
||||||
norm=''
|
norm=''
|
||||||
ok=''
|
ok=''
|
||||||
|
yellow=''
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user