-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
58 lines (58 loc) · 1.16 KB
/
data.json
File metadata and controls
58 lines (58 loc) · 1.16 KB
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
{
"defaultView": "month",
"weekStart": 1,
"showCompleted": true,
"showEventCheckbox": true,
"moveOnComplete": true,
"completedSectionName": "Done",
"datePriority": [
"due",
"scheduled",
"start",
"created",
"done",
"cancelled"
],
"recognizedDateFormat": "tasks",
"colors": {
"defaultEventColor": {
"light": "#6366f1",
"dark": "#818cf8"
},
"colorRules": [
{
"id": "1764983205988",
"enabled": true,
"name": "New Rule",
"conditionType": "section_is",
"color": {
"light": "#ef4444",
"dark": "#f87171"
},
"conditionValue": "Test"
}
],
"calendarSources": {
"Thino/Untitled Calendar.md": {
"color": {
"light": "#df5353",
"dark": "#d04343"
},
"sectionColors": {
"My Calendar": {
"light": "#ddb0b0",
"dark": "#ae6f6f"
},
"Test": {
"light": "#c39292",
"dark": "#1a4cc1"
},
"Done": {
"light": "#dbc7c7",
"dark": "#46c436"
}
}
}
}
}
}