From 8d0b2bfe66001725caaadf746489a489f8964392 Mon Sep 17 00:00:00 2001 From: Inn Date: Fri, 30 Apr 2021 22:11:56 +0500 Subject: [PATCH 1/2] Updated a colors added a bit of spice --- bml.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bml.sh b/bml.sh index 018da90..2250f4e 100755 --- a/bml.sh +++ b/bml.sh @@ -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` From cf1f30e3460bbcd9914ad80686bd5c624a3cf9af Mon Sep 17 00:00:00 2001 From: Inn Date: Fri, 30 Apr 2021 22:36:48 +0500 Subject: [PATCH 2/2] Update bml.sh added a ` --- bml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bml.sh b/bml.sh index 2250f4e..9e5160c 100755 --- a/bml.sh +++ b/bml.sh @@ -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`