From db071904a7581852afb56ee3ef5d2f5ec0acfe9d Mon Sep 17 00:00:00 2001 From: Dacoda Nelson Date: Sat, 8 Aug 2020 11:44:50 -0700 Subject: [PATCH] Updated advanced.md in docs to reflect all four subkeys under colors in the config files. (#1023) --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 64b5baa7..67d5553c 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -37,7 +37,7 @@ and can be edited with a plain text editor. - `linewrap` controls the width of the output. Set to `false` if you don't want to wrap long lines. - `colors` - dictionary that controls the colors used to display journal entries. It has two subkeys, which are: `date` and `title`. Current valid values are: `BLACK`, `RED`, `GREEN`, `YELLOW`, `BLUE`, `MAGENTA`, `CYAN`, and `WHITE`. `colorama.Fore` is used for colorization, and you can find the [docs here](https://github.com/tartley/colorama#colored-output). To disable colored output, set the value to `NONE`. If you set the value of any color subkey to an invalid color, no color will be used. + dictionary that controls the colors used to display journal entries. It has four subkeys, which are: `body`, `date`, `tags`, and `title`. Current valid values are: `BLACK`, `RED`, `GREEN`, `YELLOW`, `BLUE`, `MAGENTA`, `CYAN`, `WHITE`, and `NONE`. `colorama.Fore` is used for colorization, and you can find the [docs here](https://github.com/tartley/colorama#colored-output). To disable colored output, set the value to `NONE`. If you set the value of any color subkey to an invalid color, no color will be used. !!! note Although it seems intuitive to use the `#`