-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
67 lines (67 loc) · 2 KB
/
config.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Aluracord - Matrix",
"theme": {
"colors": {
"primary": {
"050": "#E3F9E5",
"100": "#C1EAC5",
"200": "#A3D9A5",
"300": "#7BC47F",
"400": "#57AE5B",
"500": "#3F9142",
"600": "#2F8132",
"700": "#207227",
"800": "#0E5814",
"900": "#05400A"
},
"neutrals": {
"000": "#FFFFFF",
"050": "#F5F7FA",
"100": "#E4E7EB",
"200": "#CBD2D9",
"300": "#9AA5B1",
"400": "#52667A",
"500": "#313D49",
"600": "#29333D",
"700": "#212931",
"800": "#181F25",
"900": "#101418",
"999": "#080A0C"
}
}
},
"stickers": [
"/static/stickers/1.gif",
"/static/stickers/2.gif",
"/static/stickers/3.gif",
"/static/stickers/4.gif",
"/static/stickers/5.gif",
"/static/stickers/6.gif",
"/static/stickers/7.gif",
"/static/stickers/8.gif",
"/static/stickers/9.gif",
"/static/stickers/10.gif",
"/static/stickers/11.gif",
"/static/stickers/12.gif",
"/static/stickers/13.gif",
"/static/stickers/14.gif",
"/static/stickers/15.gif",
"/static/stickers/16.gif",
"/static/stickers/17.gif",
"/static/stickers/18.gif",
"/static/stickers/19.gif",
"/static/stickers/20.gif",
"/static/stickers/21.gif",
"/static/stickers/22.gif",
"/static/stickers/23.gif",
"/static/stickers/24.gif",
"/static/stickers/25.gif",
"/static/stickers/26.gif",
"/static/stickers/27.gif",
"/static/stickers/28.gif",
"/static/stickers/29.gif",
"/static/stickers/30.gif",
"/static/stickers/31.gif",
"/static/stickers/32.gif"
]
}