Updated a colors

added a bit of spice
This commit is contained in:
Inn 2021-04-30 22:11:56 +05:00 committed by GitHub
parent 1bddfec181
commit 8d0b2bfe66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
bml.sh
View File

@ -10,12 +10,14 @@ COOKIE=~/.cache/bml-cli/cookie
CREDENTIALS=~/.config/bml-cli/.env
#Setting terminal output colors
red=`tput setaf 1`
green=`tput setaf 2`
red=`tput setaf 1
#errorred=`tput setaf 196`
#validgreen=`tput setaf 82`
green=`tput setaf 46`
brown=`tput setaf 3`
blue=`tput setaf 4`
pink=`tput setaf 5`
cyan=`tput setaf 6`
cyan=`tput setaf 39`
gray=`tput setaf 7`
darkgray=`tput setaf 8`
lightred=`tput setaf 9`