-
Notifications
You must be signed in to change notification settings - Fork 44
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
Missing colors #47
Comments
I think it's reasonable to support these. Let me see how we can do it without sacrificing package size |
It would be great if picocolors supported arbitrary colors with a |
is there any roadmap to introduce EDIT: just added a PR for this 😄 |
I was here looking exactly for this 😭 |
Since version 1.1.0, the only ones that are missing are now |
I'm not sure if the aim of this project is feature-parity with
chalk
, but since there's a migration guide and a benchmark comparison, this is probably the case. There are some colors missing in this project that are supported inchalk
:bgGray
blackBright
/bgBlackBright
redBright
/bgRedBright
greenBright
/bgGreenBright
yellowBright
/bgYellowBright
blueBright
/bgBlueBright
magentaBright
/bgMagentaBright
cyanBright
/bgCyanBright
whiteBright
/bgWhiteBright
The first looks like an oversight to me, since
gray
is available. I'm not sure about the bright colors though, otherwise I would have submitted a PR. Are you interested in supporting the full range of colors available inchalk
?The text was updated successfully, but these errors were encountered: