ansi-styles: blackBright is mentioned in README but is not implemented
blackBright
is mentioned as a supported foreground colour in README.md
but is not actually implemented in index.js
.
Because blackBright
is really just grey, it’s not immediately clear if the fix is to remove it from the readme or to alias it to/use the value from gray
.
It’s also worth noting the same is the case for the chalk repository.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 17 (9 by maintainers)
Commits related to this issue
- add note about brightBlack (ref chalk/ansi-styles#33) — committed to chalk/chalk by Qix- 7 years ago
- CARNET-4; add note about brightBlack (ref chalk/ansi-styles#33); <cargo>add note about brightBlack (ref chalk/ansi-styles#33)</cargo> — committed to tc-cargo-net/chalk by Qix- 7 years ago
- CARNET-6; add note about brightBlack (ref chalk/ansi-styles#33); <cargo>add note about brightBlack (ref chalk/ansi-styles#33)</cargo> — committed to tc-cargo-net/chalk by Qix- 7 years ago
Also, you might want to commit the same fix you made here on
chalk/chalk
- it has the same exact text in the readme. 👍