mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Document rule.color.merge
This commit is contained in:
parent
7989177f7c
commit
7d1fa92bd4
4 changed files with 24 additions and 0 deletions
|
@ -881,6 +881,22 @@ nothing, for example:
|
|||
.RE
|
||||
.RE
|
||||
|
||||
.RS
|
||||
By default, colors produced by rules blend. This has the advantage of
|
||||
conveying additional information, by producing combinations that are not used
|
||||
by any particular rule directly.
|
||||
|
||||
However, color blending can produce highlighting combinations which are not
|
||||
desired. In such cases, use the following option to disable this behaviour:
|
||||
.RE
|
||||
|
||||
.TP
|
||||
.B rule.color.merge=yes
|
||||
Can be "yes" or "no". When "no", disables merging of colors produced by
|
||||
different color rules. Use if your color scheme produces unpleasing
|
||||
foreground and background combinations.
|
||||
|
||||
|
||||
See the task-color(5) man pages for color details.
|
||||
.RE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue