timofurrer / colorful

Terminal string styling done right, in Python :snake: :tada:
MIT License
525 stars 23 forks source link

"crimson" as an X11 color is missing from the default color palette #44

Closed notaduck448 closed 3 months ago

notaduck448 commented 4 years ago

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

[X] I have read the contributing guide lines at https://github.com/timofurrer/colorful/blob/master/.github/CONTRIBUTING.md

[X] I have read and respect the code of conduct at https://github.com/timofurrer/colorful/blob/master/.github/CODE_OF_CONDUCT.md

[X] I have searched the existing issues and I'm convinced that mine is new.

Describe the bug The color "crimson" is missing from the default color palette. It's a color named on the X11 color list, but is not actually included in this library.

Environment and Version

To Reproduce

import colorful as cf
print(cf.crimson("test"))

Expected behavior The text to be printed to the terminal in the appropriate color.

fliiiix commented 3 months ago

was that fixed or did you close it because you don't care anymore?