TagColorDoc: Add tag color documentation to timew-chart.

Signed-off-by: Lim Ding Wen <limdingwen@gmail.com>
This commit is contained in:
Lim Ding Wen 2021-11-04 02:11:56 +08:00 committed by Thomas Lauf
parent 3ea6a5ccd4
commit 03443d259d
2 changed files with 5 additions and 1 deletions

View file

@ -88,6 +88,10 @@ Default value is 'yes'.
Determines whether the current weekday is shown at left margin.
Default value is 'yes'.
**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'.
== HINTS
*:blank*::

View file

@ -14,5 +14,5 @@ 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. +
Assigns a specific foreground and background color to a tag.
Examples of valid colors include 'white', 'gray8', 'black on yellow', and 'rgb345'.