mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +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
|
@ -172,9 +172,10 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
|||
<< "#color.recurring=on_red # Color of recur.any: tasks\n"
|
||||
<< "#color.header=bold_green # Color of header messages\n"
|
||||
<< "#color.footnote=bold_green # Color of footnote messages\n"
|
||||
<< "color.calendar.today=cyan # Color of today in calendar\n"
|
||||
<< "color.calendar.due=black on yellow # Color of days with due tasks 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.overdue=black on red # Color of days with overdue tasks in calendar\n"
|
||||
<< "color.calendar.weekend=black on white # Color of weekend days in calendar\n"
|
||||
<< "\n"
|
||||
<< "#shadow.file=/tmp/shadow.txt # Location of shadow file\n"
|
||||
<< "#shadow.command=list # Task command for shadow file\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue