mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Enhancement
- Allow a separate color for error messages via the 'color.error' configuration variable.
This commit is contained in:
parent
eaae2d84da
commit
e1407437e0
21 changed files with 97 additions and 1 deletions
|
@ -1283,6 +1283,8 @@ color.due red
|
|||
.br
|
||||
color.due.today red
|
||||
.br
|
||||
color.error yellow
|
||||
.br
|
||||
color.footnote yellow
|
||||
.br
|
||||
color.header yellow
|
||||
|
|
|
@ -812,6 +812,11 @@ Colors any task assigned to project X.
|
|||
Colors any task where the description or any annotation contains X.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
.B color.error=green
|
||||
Colors any of the error messages.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
.B color.header=green
|
||||
Colors any of the messages printed prior to the report output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue