Calendar coloring

- Added 1 new color configuration variables to colorize weekend days
  in the calendar: 'calendar.color.weekend'.
- Changed the default colors in the calendar.
This commit is contained in:
Federico Hernandez 2010-01-08 16:21:27 +01:00
parent d552b208dd
commit 7ef5233547
6 changed files with 41 additions and 24 deletions

View file

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