-
Notifications
You must be signed in to change notification settings - Fork 18
/
main.json
48 lines (47 loc) · 959 Bytes
/
main.json
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
{
"background": "linear-gradient(to right bottom, #d22780, #b82283, #9b2085, #7e2183, #5e227f)",
"brand": "#1fe5bd",
"secondary": "#41a7b3",
"focus": "#1fe5bd",
"text": "#fff",
"border": "#fff",
"calendar": {
"today": {
"background": "#9af1daCC",
"text": "#fff",
"border": "#fff"
},
"day": {
"background": "#ffffffaa",
"text": "#333",
"border": "#fff"
},
"past": {
"background": "#ffffff66",
"text": "#333",
"border": "#fff"
},
"empty": {
"background": "transparent",
"border": "#fff"
},
"weekdays": {
"background": "#ffffff22",
"border": "#fff",
"text": "#fff"
},
"event": {
"background": "#1fe5bdCC",
"text": "#fff"
},
"past-event": {
"background": "#666",
"text": "#fff"
},
"modal": {
"text": "#333",
"separator": "#666",
"background": "#fff"
}
}
}