From 3a68e26ebcc6b254352637fab94b478046b9d7fb Mon Sep 17 00:00:00 2001 From: Evgeni Chasnovski Date: Sat, 21 Jun 2025 15:25:19 +0300 Subject: [PATCH] feat: update available table modes --- book/coloring_and_theming.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/coloring_and_theming.md b/book/coloring_and_theming.md index 0dabbea618d..aef2362387f 100644 --- a/book/coloring_and_theming.md +++ b/book/coloring_and_theming.md @@ -21,6 +21,7 @@ The options for `$env.config.table.mode` can be listed with `table --list`: - `compact` - `default` - `dots` +- `double` - `heavy` - `light` - `markdown` @@ -29,6 +30,7 @@ The options for `$env.config.table.mode` can be listed with `table --list`: - `reinforced` - `restructured` - `rounded` +- `single` - `thin` - `with_love`