parent
2c9044cc49
commit
32ff12e4c3
1 changed files with 8 additions and 0 deletions
|
|
@ -186,6 +186,14 @@ if (!chalk.supportsColor) {
|
||||||
- `bgCyan`
|
- `bgCyan`
|
||||||
- `bgWhite`
|
- `bgWhite`
|
||||||
|
|
||||||
|
## 256-colors
|
||||||
|
|
||||||
|
Chalk does not support support anything other than the base eight colors, which
|
||||||
|
guarantees it will work on all terminals and systems. Some terminals,
|
||||||
|
specifically `xterm` compliant ones, will support the full range of 8-bit
|
||||||
|
colors. For this the lower level
|
||||||
|
[ansi-256-colors](https://github.com/jbnicolai/ansi-256-colors) package can be
|
||||||
|
used.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue