From 32ff12e4c357ada156da6a3e0d64f2019204ca68 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Sat, 30 Aug 2014 23:25:53 +0200 Subject: [PATCH] Adds a section on 256-colors. Closes #35. References #44. --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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