- Fixed bug #538, where some color legend items were not readable.
This commit is contained in:
Paul Beckingham 2010-11-11 14:47:13 -05:00
parent 914007c7e5
commit d1b7e66694
11 changed files with 25 additions and 24 deletions

View file

@ -129,8 +129,8 @@ std::string Config::defaults =
"color.debug=color3 # Color of diagnostic output\n"
"color.alternate=on color233 # Alternate color for line coloring\n"
"\n"
"color.summary.bar=on rgb141 # Color of summary report progress bar\n"
"color.summary.background=on color0 # Color of summary report background\n"
"color.summary.bar=black on rgb141 # Color of summary report progress bar\n"
"color.summary.background=white on color0 # Color of summary report background\n"
"\n"
"color.history.add=color0 on rgb500 # Color of added tasks in ghistory report\n"
"color.history.done=color0 on rgb050 # Color of completed tasks in ghistory report\n"
@ -174,8 +174,8 @@ std::string Config::defaults =
"color.debug=yellow # Color of diagnostic output\n"
"color.alternate= # Alternate color for line coloring\n"
"\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.summary.bar=black on green # Color of summary report progress bar\n"
"color.summary.background=white on black # Color of summary report background\n"
"\n"
"color.history.add=black on red # Color of added tasks in ghistory report\n"
"color.history.done=black on green # Color of completed tasks in ghistory report\n"