Calendar coloring

- Added 3 new color configuration variables to colorize today, days with due tasks
  and days with overdue tasks in the calendar:
  'calendar.color.today', 'color.calendar.due' and 'calendar.calendar.overdue'
This commit is contained in:
Federico Hernandez 2010-01-08 12:23:26 +01:00
parent 6dd00f41e9
commit d552b208dd
6 changed files with 29 additions and 9 deletions

View file

@ -300,6 +300,18 @@ Colors any of the messages printed after the report output.
.TP
.B color.footnote=green
Colors any of the messages printed last.
.TP
.B color.calendar.today=cyan
Color of today in calendar.
.TP
.B color.calendar.due=black on yellow
Color of days with due tasks in calendar.
.TP
.B color.calendar.overdue=black on red
Color of days with overdue tasks in calendar
.RE
.SS SHADOW FILE