From c8b3f9f4a44d8d193817520838d4f2b855b1d3e9 Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Wed, 5 Jun 2024 16:43:27 +0300 Subject: [PATCH] Text color should now reset at the end of the stormfetch output --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f46f484..db8531b 100644 --- a/main.go +++ b/main.go @@ -172,7 +172,7 @@ func readConfig() { } final += lastAsciiColor + line + "\n" } - fmt.Println(final) + fmt.Println(final + "\033[0m") } func SetupFetchEnv() []string {