mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Config: Eliminated 16-color default on non-Linux, non-Darwin platforms
This commit is contained in:
parent
7693245c1d
commit
ccbb71bab4
1 changed files with 0 additions and 80 deletions
|
@ -157,7 +157,6 @@ std::string Config::_defaults =
|
|||
"\n"
|
||||
"# Color controls.\n"
|
||||
"color=on # Enable color\n"
|
||||
#if defined(LINUX) || defined(DARWIN)
|
||||
"\n"
|
||||
"rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n"
|
||||
"\n"
|
||||
|
@ -232,85 +231,6 @@ std::string Config::_defaults =
|
|||
"color.undo.after=color2\n"
|
||||
"color.undo.before=color1\n"
|
||||
"\n"
|
||||
#else
|
||||
"\n"
|
||||
"rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n"
|
||||
"\n"
|
||||
"# General decoration\n"
|
||||
"rule.color.merge=yes\n"
|
||||
"color.label=\n"
|
||||
"color.label.sort=\n"
|
||||
"color.alternate=\n"
|
||||
"color.header=yellow\n"
|
||||
"color.footnote=yellow\n"
|
||||
"color.warning=bold red\n"
|
||||
"color.error=white on red\n"
|
||||
"color.debug=blue\n"
|
||||
"\n"
|
||||
"# Task state\n"
|
||||
"color.completed=\n"
|
||||
"color.deleted=\n"
|
||||
"color.active=black on bright green\n"
|
||||
"color.recurring=magenta\n"
|
||||
"color.scheduled=white on green\n"
|
||||
"color.until=\n"
|
||||
"color.blocked=black on white\n"
|
||||
"color.blocking=black on bright white\n"
|
||||
"\n"
|
||||
"# Project\n"
|
||||
"color.project.none=\n"
|
||||
"\n"
|
||||
"# Priority UDA\n"
|
||||
"color.uda.priority.H=bold white\n"
|
||||
"color.uda.priority.M=white\n"
|
||||
"color.uda.priority.L=\n"
|
||||
"\n"
|
||||
"# Tags\n"
|
||||
"color.tag.next=bold yellow\n"
|
||||
"color.tag.none=\n"
|
||||
"color.tagged=green\n"
|
||||
"\n"
|
||||
"# Due\n"
|
||||
"color.due=red\n"
|
||||
"color.due.today=red\n"
|
||||
"color.overdue=bold red\n"
|
||||
"\n"
|
||||
"# UDA\n"
|
||||
"#color.uda.X=\n"
|
||||
"\n"
|
||||
"# Report: burndown\n"
|
||||
"color.burndown.done=on green\n"
|
||||
"color.burndown.pending=on red\n"
|
||||
"color.burndown.started=on yellow\n"
|
||||
"\n"
|
||||
"# Report: history\n"
|
||||
"color.history.add=black on red\n"
|
||||
"color.history.delete=black on yellow\n"
|
||||
"color.history.done=black on green\n"
|
||||
"\n"
|
||||
"# Report: summary\n"
|
||||
"color.summary.background=white on black\n"
|
||||
"color.summary.bar=black on green\n"
|
||||
"\n"
|
||||
"# Command: calendar\n"
|
||||
"color.calendar.due=white on red\n"
|
||||
"color.calendar.due.today=bold white on red\n"
|
||||
"color.calendar.holiday=black on bright yellow\n"
|
||||
"color.calendar.overdue=black on bright red\n"
|
||||
"color.calendar.today=bold white on bright blue\n"
|
||||
"color.calendar.weekend=white on bright black\n"
|
||||
"color.calendar.weeknumber=bold blue\n"
|
||||
"\n"
|
||||
"# Command: sync\n"
|
||||
"color.sync.added=green\n"
|
||||
"color.sync.changed=yellow\n"
|
||||
"color.sync.rejected=red\n"
|
||||
"\n"
|
||||
"# Command: undo\n"
|
||||
"color.undo.after=green\n"
|
||||
"color.undo.before=red\n"
|
||||
"\n"
|
||||
#endif
|
||||
"# UDA priority\n"
|
||||
"uda.priority.type=string # UDA priority is a string type\n"
|
||||
"uda.priority.label=Priority # UDA priority has a display label'\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue