Skip to content

Commit

Permalink
docs: fix invalid flag in docs (#1523)
Browse files Browse the repository at this point in the history
The docs set the colour theme as a config flag, but we moved colours to styles.theme so that's invalid.
  • Loading branch information
ClementTsang authored Aug 1, 2024
1 parent 163a8dc commit 9364955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuration/config-file/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9364955

Please sign in to comment.