diff --git a/readme.md b/readme.md index 1e51fe9..4c685fb 100644 --- a/readme.md +++ b/readme.md @@ -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