From 9364955bcddaad0a6eb29c619e5b878bb9e6155c Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:03:14 +0000 Subject: [PATCH] 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. --- docs/content/configuration/config-file/flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/config-file/flags.md b/docs/content/configuration/config-file/flags.md index 73b83d84..f65edbf3 100644 --- a/docs/content/configuration/config-file/flags.md +++ b/docs/content/configuration/config-file/flags.md @@ -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