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

@ -172,9 +172,10 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
<< "#color.recurring=on_red # Color of recur.any: tasks\n"
<< "#color.header=bold_green # Color of header messages\n"
<< "#color.footnote=bold_green # Color of footnote messages\n"
<< "color.calendar.today=cyan # Color of today in calendar\n"
<< "color.calendar.due=black on yellow # Color of days with due tasks in calendar\n"
<< "color.calendar.today=black on cyan # Color of today in calendar\n"
<< "color.calendar.due=black on green # Color of days with due tasks in calendar\n"
<< "color.calendar.overdue=black on red # Color of days with overdue tasks in calendar\n"
<< "color.calendar.weekend=black on white # Color of weekend days in calendar\n"
<< "\n"
<< "#shadow.file=/tmp/shadow.txt # Location of shadow file\n"
<< "#shadow.command=list # Task command for shadow file\n"