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

@ -30,7 +30,7 @@
use strict;
use warnings;
use Test::More tests => 36;
use Test::More tests => 58;
# Create the rc file.
if (open my $fh, '>', 'cal.rc')