diff --git a/bml.sh b/bml.sh index cf5b5eb..3c53924 100755 --- a/bml.sh +++ b/bml.sh @@ -10,6 +10,15 @@ CREDENTIALS=.env #Setting terminal output colors red=`tput setaf 1` 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` diff --git a/welcome.sh b/welcome.sh index fb73e01..db3b56d 100644 --- a/welcome.sh +++ b/welcome.sh @@ -24,9 +24,9 @@ echo "╚═════╝░╚═╝░░░░░╚═╝╚════ echo "${reset}" echo ${green}Welcome ${reset}$NAME echo "" -echo Phone: $PHONE -echo Email: $EMAIL -echo Birthday: $DOB -echo ID Card: $IDCARD +echo ${cyan}Phone${reset}: $PHONE +echo ${cyan}Email${reset}: $EMAIL +echo ${cyan}Birthday${reset}: $DOB +echo ${cyan}ID Card${reset}: $IDCARD echo "" source mainmenu.sh