diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 09:53:28 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 09:53:28 +0100 |
commit | 3197e19a738c17aa7abb02fe2e4f24a0ba9b9ec1 (patch) | |
tree | c97491e577b90b1e06e320178edabd6a04f219a1 | |
parent | e0a9bd2c63af5285e41212312741f3cfbdd92040 (diff) |
some report and colour tweaks
-rw-r--r-- | taskrc_x1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -102,7 +102,7 @@ report.in.labels = ID,Description urgency.uda.priority.L.coefficient=-1.8 # some UDAs for me -urgency.user.tag.trivial.coefficient=-3.0 +urgency.user.tag.trivial.coefficient=-5.5 urgency.user.tag.bug.coefficient=+1.5 urgency.user.tag.reference.coefficient=-3.2 urgency.user.tag.idea.coefficient=-3.0 @@ -129,6 +129,7 @@ urgency.annotations.coefficient=0 #urgency.annotations.coefficient=0.5 urgency.tags.coefficient=0 urgency.blocking.coefficient=+2.0 +urgency.due.coefficient=1.1 #urgency.project.coefficient=1 #urgency.age.coefficient=1 @@ -138,6 +139,7 @@ urgency.project.coefficnent=1.0 # Colours #color.project.code.dbasik=green #color.tag.next=black on bright yellow +color.tag.killlist=rgb104 on black #color.due.today=red on yellow #color.overdue=bold red ##color.active=bold yellow |