Summary Report

- Made the summary bar colors configurable.
This commit is contained in:
Paul Beckingham 2010-03-25 17:33:43 -04:00
parent d3628c04db
commit 2791578410
4 changed files with 23 additions and 5 deletions

View file

@ -95,6 +95,8 @@ std::string Config::defaults =
"color=on # Enable color\n"
"#color.header=bold green # Color of header messages\n"
"#color.footnote=bold green # Color of footnote messages\n"
"color.summary.bar=on green # Color of summary report progress bar\n"
"color.summary.background=on black # Color of summary report background\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.due.today=black on magenta # Color of today with due tasks in calendar\n"