Updated a colors #19

Merged
InThU merged 2 commits from patch-1 into main 2021-04-30 17:37:55 +00:00
Showing only changes of commit cf1f30e346 - Show all commits

2
bml.sh
View File

@ -10,7 +10,7 @@ COOKIE=~/.cache/bml-cli/cookie
CREDENTIALS=~/.config/bml-cli/.env
#Setting terminal output colors
red=`tput setaf 1
red=`tput setaf 1`
#errorred=`tput setaf 196`
#validgreen=`tput setaf 82`
green=`tput setaf 46`