Adds a section on 256-colors.

Closes #35.
References #44.
This commit is contained in:
Joshua Appelman 2014-08-30 23:25:53 +02:00
parent 2c9044cc49
commit 32ff12e4c3

View file

@ -186,6 +186,14 @@ if (!chalk.supportsColor) {
- `bgCyan`
- `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