Added coloring of dates with scheduled tasks

Color can be changed using color.calendar.scheduled
This commit is contained in:
sebu06 2021-07-18 19:03:26 +02:00 committed by Tomas Babej
parent 90bc7f4b23
commit 3d61966831
4 changed files with 44 additions and 21 deletions

View file

@ -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"