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

Fixed https://github.com/console-rs/console/issues/177(fixed white color and added the first 16 colors to the color enum) #199

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tiberiugila
Copy link

Fixed #177 also added the first 16 colors to the color enum

Copy link

@alexandruradovici alexandruradovici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete the .idea folder.

@alexandruradovici
Copy link

Please change the title to your pull request to briefly reflect what it does.

@tiberiugila tiberiugila changed the title Fixed https://github.com/console-rs/console/issues/177 Fixed https://github.com/console-rs/console/issues/177(fixed white color and added the first 16 colors to the color enum) Jan 21, 2024
Color::Magenta => 5,
Color::Cyan => 6,
Color::White => 7,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the correct behavior here would be to leave White unchanged and to name the newly introduced white BrightWhite.

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.

white isn't white
3 participants