From d95b8ac763872be1c81eac1ea0cc26e16b67918a Mon Sep 17 00:00:00 2001 From: domi Date: Sat, 21 Nov 2020 21:17:24 +0100 Subject: [PATCH] fix: reset to default foreground color --- kiauh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiauh.sh b/kiauh.sh index 3e210a5..ef1a710 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -7,7 +7,7 @@ green=$(echo -en "\e[92m") yellow=$(echo -en "\e[93m") red=$(echo -en "\e[91m") cyan=$(echo -en "\e[96m") -default=$(echo -en "\e[97m") +default=$(echo -en "\e[39m") ### sourcing all additional scripts SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )"