Enhancement

- Allow a separate color for error messages via the 'color.error'
  configuration variable.
This commit is contained in:
Louis-Claude Canon 2012-06-26 09:30:39 +02:00 committed by Paul Beckingham
parent eaae2d84da
commit e1407437e0
21 changed files with 97 additions and 1 deletions

View file

@ -1283,6 +1283,8 @@ color.due red
.br
color.due.today red
.br
color.error yellow
.br
color.footnote yellow
.br
color.header yellow

View file

@ -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.