aboutsummaryrefslogtreecommitdiff
path: root/.taskrc
blob: e0a7b0ac975adab2ed8e0486fc89159b10054e0c (plain)
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
78
79
80
81
82
83
84
85
86
# Files
data.location=~/.task

# Lower urgency of blocking tasks, default 8.0
urgency.blocking.coefficient=7.0

# Calendar
displayweeknumber=0
calendar.details=full
calendar.holidays=none
calendar.legend=0



# My custom Gruvbox-like theme based on dark-16
rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.

# General decoration
color.label=
color.label.sort=
color.alternate=on gray2
color.header=cyan
color.footnote=cyan
color.warning=black on yellow
color.error=white on red
color.debug=blue

# Task state
color.completed=
color.deleted=
color.active=black on bright yellow
color.recurring=rgb343
color.scheduled=
color.until=
color.blocked=red
color.blocking=bold red

# Project
color.project.none=

# Priority
color.uda.priority.H=rgb450
color.uda.priority.M=rgb030
color.uda.priority.L=rgb010

# Tags
color.tag.next=
color.tag.none=
color.tagged=

# Due
color.due=yellow
color.overdue=red

# Report: burndown
color.burndown.pending=on rgb110
color.burndown.started=on rgb430
color.burndown.done=on cyan

# Report: history
color.history.add=color0 on rgb110
color.history.done=color0 on rgb430
color.history.delete=white on gray4

# Report: summary
color.summary.bar=white on rgb330
color.summary.background=white on rgb110

# Command: calendar
color.calendar.due=black on bright yellow
color.calendar.due.today=black on yellow
color.calendar.holiday=black on cyan
color.calendar.overdue=black on bright red
color.calendar.today=black on green
color.calendar.weekend=cyan
color.calendar.weeknumber=green

# Command: sync
color.sync.added=gray4
color.sync.changed=rgb430
color.sync.rejected=rgb110

# Command: undo
color.undo.before=rgb021
color.undo.after=rgb042