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