-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.taskrc.color
77 lines (64 loc) · 1.78 KB
/
.taskrc.color
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
rule.precedence.color=deleted,completed,overdue,due.today,due,tag.next,active,blocked,blocking,uda.priority,recurring
# General decoration
color.label=
color.label.sort=
color.alternate=
color.header=white
color.footnote=white
color.warning=bold red
color.error=white on red
color.debug=blue
# Task state
color.completed=green on bright black
color.deleted=inverse
color.active=white on green # green = you should work on this (or `stop` it)
color.recurring=blue
color.scheduled=
color.until=
color.blocked=color10 # solarized gray = you cannot work on this
color.blocking=yellow # slight highlight: don't forget these
# Due
color.due=red
color.due.today=bold black on magenta
color.overdue=bold white on magenta
# Project
color.project.none=
# Priority
color.uda.priority.H=
color.uda.priority.M=
color.uda.priority.L=on black
# Tags
color.tag.next=black on green # green = this is your main task
color.tag.none=
color.tagged=
# UDA
#color.uda.X=
# Report: burndown
color.burndown.done=on green
color.burndown.pending=on red
color.burndown.started=on white
# Report: history
color.history.add=black on red
color.history.delete=black on white
color.history.done=black on green
# Report: summary
color.summary.background=white on black
color.summary.bar=black on green
# Command: calendar
color.calendar.due=red
color.calendar.due.today=bold red on white
color.calendar.overdue=white on magenta
color.calendar.today=bold on white
#color.calendar.due=white on red
#color.calendar.due.today=bold white on red
#color.calendar.overdue=black on bright red
color.calendar.weekend=white
color.calendar.holiday=white
color.calendar.weeknumber=color10 on black
# Command: sync
color.sync.added=green
color.sync.changed=yellow
color.sync.rejected=red
# Command: undo
color.undo.after=green
color.undo.before=red