mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
Add color configuration documentation
This commit is contained in:
parent
01db72b9dc
commit
b2d3fc859e
1 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,9 @@ and can be edited with any plain text editor.
|
|||
- `highlight`
|
||||
if `true`, tags will be highlighted in cyan.
|
||||
- `linewrap`
|
||||
controls the width of the output. Set to `false` if you don't
|
||||
want to wrap long lines.
|
||||
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).
|
||||
|
||||
!!! note
|
||||
Although it seems intuitive to use the `#`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue