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
The built-in colors should support light theme consoles.
Colors are hardcoded for a dark background console (dark theme).
Support at least light and dark console backgrounds (themes).
Is it possible to query the OS for the user-preferred color theme? Or is there a known environment variable?
Is there a crate that can help with choosing colors, i.e. does some magic to determine the color context and choose the best palette of colors?
The text was updated successfully, but these errors were encountered:
printers.rs improve colors for dark background
cd52d9d
relates to Issue #261
No branches or pull requests
Summary
The built-in colors should support light theme consoles.
Current behavior
Colors are hardcoded for a dark background console (dark theme).
Suggested behavior
Support at least light and dark console backgrounds (themes).
Other
Is it possible to query the OS for the user-preferred color theme?
Or is there a known environment variable?
Is there a crate that can help with choosing colors, i.e. does some magic to determine the color context and choose the best palette of colors?
The text was updated successfully, but these errors were encountered: