try hiblack

This commit is contained in:
Bryson Steck 2025-06-29 15:58:25 -06:00
parent ce5d25c676
commit afa368f552
Signed by: bryson
SSH key fingerprint: SHA256:XpKABw/nP4z8UVaH+weLaBnEOD86+cVwif+QjuYLGT4

View file

@ -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)