We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c88467 commit fe5fa4bCopy full SHA for fe5fa4b
book/coloring_and_theming.md
@@ -391,7 +391,7 @@ Here's the current list of flat shapes.
391
| `shape_table` | fg(Color::Blue).bold() | \* |
392
| `shape_variable` | fg(Color::Purple) | \* |
393
394
-Here's a small example of how to apply color to these items. Anything not overidden will receive its default color.
+Here's a small example of how to apply color to these items. Anything not overridden will receive its default color.
395
396
```nu
397
$env.config.color_config.shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b}
0 commit comments