diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-07 20:17:34 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-07 20:17:34 +0100 |
commit | 2df388ce5b7bbdb368a5a0623fb847e86f93f138 (patch) | |
tree | aac0b901f70cc96552316b1fb7aed5979430e725 /taskrc | |
parent | 66ff8a7b9ad44f948a4ed3ba8dd95848363ed43a (diff) |
Change color of today in calendar
Diffstat (limited to '')
-rw-r--r-- | taskrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -64,7 +64,7 @@ color.burndown.pending=black on rgb510 color.burndown.started=black on yellow color.calendar.due.today=on red color.calendar.overdue=bold red -color.calendar.today=blue +color.calendar.today=color11 on blue color.calendar.due=cyan color.blocked=underline grey10 on grey3 color.blocking=color5 @@ -315,4 +315,3 @@ report.ml_deleted_last_month.filter=end.after:today-30day status:deleted regex=on news.version=2.6.0 -context=home |