We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, coloramas 'white' is actually grey. To get real white, can you implement colorama.Fore.LIGHTWHITE_EX, to get actual white?
colorama.Fore.LIGHTWHITE_EX
The text was updated successfully, but these errors were encountered:
7d17097
Support for light colours has been added in 6.0.0a2.
In your case, you can use light_white instead of white.
light_white
white
(This is a prerelease and may change before version 6.0.0.)
6.0.0
Sorry, something went wrong.
light_*
No branches or pull requests
Hi, coloramas 'white' is actually grey. To get real white, can you implement
colorama.Fore.LIGHTWHITE_EX
, to get actual white?The text was updated successfully, but these errors were encountered: