mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #538
- Fixed bug #538, where some color legend items were not readable.
This commit is contained in:
parent
914007c7e5
commit
d1b7e66694
11 changed files with 25 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue