From dea3c2d5b7d6c7ed8c33cee3b6a1015ba48bb68c Mon Sep 17 00:00:00 2001 From: George Gkasdrogkas Date: Sun, 28 Oct 2018 10:46:22 +0200 Subject: [PATCH] Update Modifiers section to match the new TS definitions --- readme.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index e16f679..cc48b93 100644 --- a/readme.md +++ b/readme.md @@ -166,15 +166,17 @@ Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color= ### Modifiers -- `reset` -- `bold` -- `dim` -- `italic` *(Not widely supported)* -- `underline` -- `inverse` -- `hidden` -- `strikethrough` *(Not widely supported)* -- `visible` (Text is emitted only if enabled) +| Modifier | Definition | +| --- | --- | +| `reset` | Resets the current color chain. | +| `bold` | Make text bold. | +| `dim` | Emitting only a small amount of light. | +| `italic` | Make text italic. *(Not widely supported)* | +| `underline` | Make text underline. *(Not widely supported)* | +| `inverse` | Inverse background and foreground colors. | +| `hidden` | Prints the text, but makes it invisible. | +| `strikethrough` | [https://en.wikipedia.org/wiki/Strikethrough](https://en.wikipedia.org/wiki/Strikethrough) | +| `visible` | Prints the text only when Chalk is enabled. Can be useful for things that are purely cosmetic. | ### Colors