diff options
-rw-r--r-- | doc/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md index dcd88b79..ebb10ec9 100644 --- a/doc/config.md +++ b/doc/config.md @@ -55,9 +55,9 @@ Following is a list of display options: <tr> <td>color-mode</td> <td>"monochrome"/"ansi"/"8bit"/"24bit"/"auto"</td> -<td>Set the color mode. "auto" for automatic detection, "monochrome"</td> +<td>Set the color mode. "auto" for automatic detection, "monochrome" for black on white, "ansi" for ansi colors, "24bit" for true colors. "8bit" -is currently unimplemented (and fallbacks to ansi).</td> +is currently unimplemented (and falls back to ansi).</td> </tr> <tr> |