From af0882a7fb5cc88f713589ca5373a22511c5b4de Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 3 Mar 2022 13:03:41 -0500 Subject: [PATCH] Update homeassistant.sh --- ct/homeassistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 27796f79..1204f5ef 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash YW=`echo "\033[33m"` -BL=`echo "\033[36m"` +BL=`echo "\033[94m"` RD=`echo "\033[01;31m"` CM='\xE2\x9C\x94\033' GN=`echo "\033[1;92m"`