mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Missing doc for color.due.today and countdown
This commit is contained in:
parent
56dee6975e
commit
dfc35f3744
2 changed files with 12 additions and 4 deletions
|
@ -439,6 +439,9 @@ The coloration rules and their defaults are:
|
||||||
.B color.overdue=bold red
|
.B color.overdue=bold red
|
||||||
The color for overdue tasks.
|
The color for overdue tasks.
|
||||||
.br
|
.br
|
||||||
|
.B color.due.today=bold magenta
|
||||||
|
The color of tasks due today.
|
||||||
|
.br
|
||||||
.B color.due=bold yellow
|
.B color.due=bold yellow
|
||||||
The color of due tasks.
|
The color of due tasks.
|
||||||
.br
|
.br
|
||||||
|
@ -511,6 +514,10 @@ Color of today in calendar.
|
||||||
.B color.calendar.due=black on green
|
.B color.calendar.due=black on green
|
||||||
Color of days with due tasks in calendar.
|
Color of days with due tasks in calendar.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B color.calendar.due.today=black on magenta
|
||||||
|
Color of today with due tasks in calendar.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B color.calendar.overdue=black on red
|
.B color.calendar.overdue=black on red
|
||||||
Color of days with overdue tasks in calendar.
|
Color of days with overdue tasks in calendar.
|
||||||
|
@ -630,7 +637,8 @@ The description for report X when running the "task help" command.
|
||||||
.B report.X.columns
|
.B report.X.columns
|
||||||
The columns that will be used when generating the report X. Valid columns are:
|
The columns that will be used when generating the report X. Valid columns are:
|
||||||
id, uuid, project, priority, entry, start, due, recur, recur_indicator, age,
|
id, uuid, project, priority, entry, start, due, recur, recur_indicator, age,
|
||||||
age_compact, active, tags, tag_indicator, description, description_only.
|
age_compact, active, tags, tag_indicator, description, description_only,
|
||||||
|
countdown, countdown_compact.
|
||||||
The IDs are separated by commas.
|
The IDs are separated by commas.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -90,7 +90,7 @@ std::string Config::defaults =
|
||||||
"#color.footnote=bold green # Color of footnote messages\n"
|
"#color.footnote=bold green # Color of footnote messages\n"
|
||||||
"color.calendar.today=black on cyan # Color of today in calendar\n"
|
"color.calendar.today=black on cyan # Color of today in calendar\n"
|
||||||
"color.calendar.due=black on green # Color of days with due tasks in calendar\n"
|
"color.calendar.due=black on green # Color of days with due tasks in calendar\n"
|
||||||
"color.calendar.due.today=black on magenta # Color of days with due tasks in calendar\n"
|
"color.calendar.due.today=black on magenta # Color of today with due tasks in calendar\n"
|
||||||
"color.calendar.overdue=black on red # Color of days with overdue tasks in calendar\n"
|
"color.calendar.overdue=black on red # Color of days with overdue tasks in calendar\n"
|
||||||
"color.calendar.weekend=bright white on black # Color of weekend days in calendar\n"
|
"color.calendar.weekend=bright white on black # Color of weekend days in calendar\n"
|
||||||
"color.calendar.holiday=black on bright yellow # Color of public holidays in calendar\n"
|
"color.calendar.holiday=black on bright yellow # Color of public holidays in calendar\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue