- Updated themes to include blank entries for the new color.tag.none
  and color.project.none rules.
This commit is contained in:
Paul Beckingham 2010-08-30 20:37:44 -04:00
parent d85feef7ea
commit f2a5dde3a6
9 changed files with 26 additions and 8 deletions

View file

@ -150,7 +150,9 @@ std::string Config::defaults =
"color.due=color1 # Color of due tasks\n"
"#color.keyword.car=on blue # Color of description.contains:car tasks\n"
"#color.project.garden=on green # Color of project:garden tasks\n"
"#color.project.none= # Color of tasks with no project\n"
"#color.tag.bug=yellow # Color of +bug tasks\n"
"#color.tag.none= # Color of tag-less tasks\n"
"color.active=rgb555 on rgb410 # Color of active tasks\n"
"color.pri.none= # Color of priority: tasks\n"
"color.pri.H=rgb255 # Color of priority:H tasks\n"
@ -189,7 +191,9 @@ std::string Config::defaults =
"color.due=red # Color of due tasks\n"
"#color.keyword.car=on blue # Color of description.contains:car tasks\n"
"#color.project.garden=on green # Color of project:garden tasks\n"
"#color.project.none= # Color of tasks with no project\n"
"#color.tag.bug=yellow # Color of +bug tasks\n"
"#color.tag.none= # Color of tag-less tasks\n"
"color.active=black on bright green # Color of active tasks\n"
"color.pri.none= # Color of priority: tasks\n"
"color.pri.H=bold white # Color of priority:H tasks\n"