mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Added coloring of dates with scheduled tasks
Color can be changed using color.calendar.scheduled
This commit is contained in:
parent
90bc7f4b23
commit
3d61966831
4 changed files with 44 additions and 21 deletions
|
@ -227,6 +227,7 @@ std::string configurationDefaults =
|
|||
"color.calendar.due.today=color15 on color1\n"
|
||||
"color.calendar.due=color0 on color1\n"
|
||||
"color.calendar.holiday=color0 on color11\n"
|
||||
"color.calendar.scheduled=rgb013 on color15\n"
|
||||
"color.calendar.overdue=color0 on color9\n"
|
||||
"color.calendar.today=color15 on rgb013\n"
|
||||
"color.calendar.weekend=on color235\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue