docs: fix invalid flag in docs (#1523)

The docs set the colour theme as a config flag, but we moved colours to styles.theme so that's invalid.
This commit is contained in:
Clement Tsang 2024-08-01 15:03:14 +00:00 committed by GitHub
parent 163a8dc74a
commit 9364955bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ You can configure flags by putting them in `[flags]` table. Example:
```toml
[flags]
color = "nord-light"
hide_avg_cpu = true
```
Most of the [command line flags](../command-line-options.md) have config file equivalents to avoid having to type them out