From afa368f552435b8a6e1fdf9870ac6aa7b52dff6b Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 29 Jun 2025 15:58:25 -0600 Subject: [PATCH] try hiblack --- listen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listen.go b/listen.go index d87b611..3308d25 100644 --- a/listen.go +++ b/listen.go @@ -31,7 +31,7 @@ type Listen struct { func printStatus(msg string) { if runtime.GOOS == "windows" { - fmt.Fprintf(color.Output, "%s", color.WhiteString(msg)) + fmt.Fprintf(color.Output, "%s", color.HiBlackString(msg)) } else { c := color.New(color.FgWhite) c.Fprintf(os.Stderr, "%s", msg)