TagColorDoc: Added man documentation for configuring tag colors.

Signed-off-by: Lim Ding Wen <limdingwen@gmail.com>
This commit is contained in:
Lim Ding Wen 2021-11-04 00:53:43 +08:00 committed by Thomas Lauf
parent e1b29b388e
commit c7781927ec

View file

@ -10,3 +10,9 @@ timew-tags - display a list of tags
== DESCRIPTION
Displays all the tags that have been used by default.
When a filter is specified, shows only the tags that were used during that time.
== CONFIGURATION
**tags.**__<tag>__**.color**::
Assigns a specific foreground and background color to a tag, instead of the default color palette determined by your current theme.
Examples of valid colors include 'white', 'gray8', 'black on yellow', and 'rgb345'.