mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Calendar coloring
- Added 3 new color configuration variables to colorize today, days with due tasks and days with overdue tasks in the calendar: 'calendar.color.today', 'color.calendar.due' and 'calendar.calendar.overdue'
This commit is contained in:
parent
6dd00f41e9
commit
d552b208dd
6 changed files with 29 additions and 9 deletions
|
@ -300,6 +300,18 @@ Colors any of the messages printed after the report output.
|
|||
.TP
|
||||
.B color.footnote=green
|
||||
Colors any of the messages printed last.
|
||||
|
||||
.TP
|
||||
.B color.calendar.today=cyan
|
||||
Color of today in calendar.
|
||||
|
||||
.TP
|
||||
.B color.calendar.due=black on yellow
|
||||
Color of days with due tasks in calendar.
|
||||
|
||||
.TP
|
||||
.B color.calendar.overdue=black on red
|
||||
Color of days with overdue tasks in calendar
|
||||
.RE
|
||||
|
||||
.SS SHADOW FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue