diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-15 13:38:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-15 13:38:36 +0100 |
commit | 95d4f145450334ca88726e6300bbeb5d7a01ef60 (patch) | |
tree | 5842185af8ead21b7ae78b279ba3b5163a285387 /taskrc | |
parent | 45824a2a1b3f048ac8860f1ec469a71365e10ea2 (diff) |
Colour changes
Diffstat (limited to '')
-rw-r--r-- | taskrc | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -64,17 +64,17 @@ 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.blocked=underline gray10 on gray3 color.blocking=color5 -color.due.today=color0 on rgb550 +color.due.today=black on yellow # color.tagged= color.active=black on rgb510 color.tag.waiting=green color.tag.next=cyan color.project.Inbox=black on cyan -color.project.w.admin=gray10 +#color.project.w.admin=gray10 color.project.w.training=gray10 color.project.h.admin=gray12 #color.project.h.comp=color11 @@ -147,7 +147,7 @@ urgency.tags.coefficient=0 #color.due.today=red on yellow #color.overdue=bold red #color.calendar.weekend=bold -#color.scheduled=bold magenta +color.scheduled=yellow #color.tag.dft=white on rgb100 #color.tag.prep=rgb150 on rgb020 color.alternate= @@ -186,11 +186,11 @@ recurrence=on recurrence.limit=1 # Context -context.work=project:w +#context.work=project:w context.work.write=project:Inbox context.work.read=(project:w or project:Inbox) -context.home=project:h +#context.home=project:h context.home.write=project:Inbox context.home.read=(project:h or project:Inbox) # context.code=project:code @@ -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 |