- Updated default theme to match dark-16 or dark-256.
This commit is contained in:
Paul Beckingham 2015-03-15 12:16:40 -04:00
parent 6e98bbbd85
commit 25c687e1ec

View file

@ -165,29 +165,29 @@ std::string Config::_defaults =
"\n" "\n"
"# Color controls.\n" "# Color controls.\n"
"color=on # Enable color\n" "color=on # Enable color\n"
#ifdef LINUX #if defined(LINUX) || defined(DARWIN)
"\n" "\n"
"rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.\n" "rule.precedence.color=deleted,completed,active,keyword.,tag.,uda.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,pri.\n"
"\n" "\n"
"# General decoration\n" "# General decoration\n"
"color.label=\n" "color.label=\n"
"color.label.sort=\n" "color.label.sort=\n"
"color.alternate=on gray1\n" "color.alternate=on gray2\n"
"color.header=color3\n" "color.header=color3\n"
"color.footnote=color3\n" "color.footnote=color3\n"
"color.warning=bold red\n" "color.warning=bold red\n"
"color.error=color3\n" "color.error=white on red\n"
"color.debug=color3\n" "color.debug=color4\n"
"\n" "\n"
"# Task state\n" "# Task state\n"
"color.completed=rgb010 on white\n" "color.completed=\n"
"color.deleted=rgb100 on white\n" "color.deleted=\n"
"color.active=rgb555 on rgb410\n" "color.active=rgb555 on rgb410\n"
"color.recurring=rgb013\n" "color.recurring=rgb013\n"
"color.scheduled=on rgb001\n" "color.scheduled=on rgb001\n"
"color.until=\n" "color.until=\n"
"color.blocked=white on color8\n" "color.blocked=white on color8\n"
"color.blocking=white on color15\n" "color.blocking=black on color15\n"
"\n" "\n"
"# Project\n" "# Project\n"
"color.project.none=\n" "color.project.none=\n"
@ -251,15 +251,15 @@ std::string Config::_defaults =
"color.header=yellow\n" "color.header=yellow\n"
"color.footnote=yellow\n" "color.footnote=yellow\n"
"color.warning=bold red\n" "color.warning=bold red\n"
"color.error=yellow\n" "color.error=white on red\n"
"color.debug=yellow\n" "color.debug=blue\n"
"\n" "\n"
"# Task state\n" "# Task state\n"
"color.completed=green on white\n" "color.completed=\n"
"color.deleted=red on white\n" "color.deleted=\n"
"color.active=black on bright green\n" "color.active=black on bright green\n"
"color.recurring=magenta\n" "color.recurring=magenta\n"
"color.scheduled=on green\n" "color.scheduled=white on green\n"
"color.until=\n" "color.until=\n"
"color.blocked=black on white\n" "color.blocked=black on white\n"
"color.blocking=black on bright white\n" "color.blocking=black on bright white\n"