fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.26k stars 615 forks source link

Attribute "Faint" is not faint on Windows (cmd.exe) #82

Closed alankm closed 6 years ago

alankm commented 6 years ago

Hello. I've tried using the Faint attribute for normally coloured console output. On Linux it works as expected: text is greyer and harder to read. On windows surprisingly the opposite is true: FgWhite is greyer and harder to read than Faint is.

I'm not sure if I should report that issue here, or on mattn's go-colorable.

fatih commented 6 years ago

Can you please open it to mattn's go-colorable. I dont' have direct Windows support so there is little I can do. Let me know if that is an issue I need to look at. Thanks!