Skip to content
New issue

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

Avoid usage of bright_black color #236

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

epontan
Copy link
Contributor

@epontan epontan commented Jan 9, 2024

The use of OwoColorize::bright_black() seem to affect a lot of users with dark color schemes as it makes parts of the output unreadable.

Avoid the explicit usage of black color and replace all occurrences with a suitable alternate color.

Fixes #170

The use of `OwoColorize::bright_black()` seem to affect a lot of users
with dark color schemes as it makes parts of the output unreadable.

Avoid the explicit usage of black color and replace all occurrences with
a suitable alternate color.

Fixes pacak#170
@epontan epontan mentioned this pull request Jan 9, 2024
@pacak
Copy link
Owner

pacak commented Jan 9, 2024

Looks okay on my side as well. I was thinking about adding a third party library to deal with highlighting/colors cheme at some point (#233) but we can release this meanwhile.

@pacak
Copy link
Owner

pacak commented Jan 9, 2024

Anything else you want to add? If not - I'll merge and release 0.2.26 shortly.

@pacak pacak merged commit 50800c7 into pacak:master Jan 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unreadable colours
2 participants