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.

View file

@ -30,6 +30,7 @@
color=on
color.header=yellow
color.footnote=yellow
color.error=yellow
color.debug=yellow
color.summary.bar=black on green

View file

@ -30,6 +30,7 @@
color=on
color.header=color3
color.footnote=color3
color.error=color3
color.debug=color3
color.summary.bar=black on rgb141

View file

@ -30,6 +30,7 @@
color=on
color.header=rgb013
color.footnote=rgb013
color.error=rgb013
color.debug=rgb013
color.summary.bar=white on rgb003

View file

@ -30,6 +30,7 @@
color=on
color.header=color8
color.footnote=color8
color.error=color8
color.debug=color8
color.summary.bar=black on gray12

View file

@ -30,6 +30,7 @@
color=on
color.header=rgb031
color.footnote=rgb031
color.error=rgb031
color.debug=rgb031
color.summary.bar=white on rgb030

View file

@ -30,6 +30,7 @@
color=on
color.header=rgb100
color.footnote=rgb100
color.error=rgb100
color.debug=rgb100
color.summary.bar=white on rgb300

View file

@ -30,6 +30,7 @@
color=on
color.header=rgb013
color.footnote=rgb013
color.error=rgb013
color.debug=rgb013
color.summary.bar=white on rgb103

View file

@ -30,6 +30,7 @@
color=on
color.header=rgb031
color.footnote=rgb031
color.error=rgb031
color.debug=rgb031
color.summary.bar=white on rgb030

View file

@ -30,6 +30,7 @@
color=on
color.header=blue
color.footnote=blue
color.error=blue
color.debug=blue
color.summary.bar=black on green

View file

@ -30,6 +30,7 @@
color=on
color.header=color4
color.footnote=color4
color.error=color4
color.debug=color4
color.summary.bar=black on rgb141

View file

@ -60,6 +60,7 @@ color.calendar.today=color0 on color4
color.calendar.weekend=on color0
color.calendar.weeknumber=color4
color.error=color6
color.debug=color6
color.due=color9
color.due.today=color1

View file

@ -60,6 +60,7 @@ color.calendar.today=color7 on color4
color.calendar.weekend=on color7
color.calendar.weeknumber=color14
color.error=color2
color.debug=color3
color.due=color9
color.due.today=color1