Add More Colors
This commit is contained in:
parent
560950398f
commit
307242216b
9
bml.sh
9
bml.sh
@ -10,6 +10,15 @@ CREDENTIALS=.env
|
|||||||
#Setting terminal output colors
|
#Setting terminal output colors
|
||||||
red=`tput setaf 1`
|
red=`tput setaf 1`
|
||||||
green=`tput setaf 2`
|
green=`tput setaf 2`
|
||||||
|
brown=`tput setaf 3`
|
||||||
|
blue=`tput setaf 4`
|
||||||
|
pink=`tput setaf 5`
|
||||||
|
cyan=`tput setaf 6`
|
||||||
|
gray=`tput setaf 7`
|
||||||
|
darkgray=`tput setaf 8`
|
||||||
|
lightred=`tput setaf 9`
|
||||||
|
lightgreen=`tput setaf 10`
|
||||||
|
yellow=`tput setaf 11`
|
||||||
reset=`tput sgr0`
|
reset=`tput sgr0`
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ echo "╚═════╝░╚═╝░░░░░╚═╝╚════
|
|||||||
echo "${reset}"
|
echo "${reset}"
|
||||||
echo ${green}Welcome ${reset}$NAME
|
echo ${green}Welcome ${reset}$NAME
|
||||||
echo ""
|
echo ""
|
||||||
echo Phone: $PHONE
|
echo ${cyan}Phone${reset}: $PHONE
|
||||||
echo Email: $EMAIL
|
echo ${cyan}Email${reset}: $EMAIL
|
||||||
echo Birthday: $DOB
|
echo ${cyan}Birthday${reset}: $DOB
|
||||||
echo ID Card: $IDCARD
|
echo ${cyan}ID Card${reset}: $IDCARD
|
||||||
echo ""
|
echo ""
|
||||||
source mainmenu.sh
|
source mainmenu.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user