-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.json
37 lines (37 loc) · 908 Bytes
/
Default.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
{
"cursor": {
"type": "gradient",
"stops": [
{ "percentage": 0, "color": "ae66ed" },
{ "percentage": 100, "color": "66b7ed" }
]
},
"note": [
{
"type": "gradient",
"stops": [
{ "percentage": 0, "color": "fb4934" },
{ "percentage": 100, "color": "ebd934" }
]
},
{
"type": "gradient",
"stops": [
{ "percentage": 0, "color": "53cddb" },
{ "percentage": 100, "color": "0669ff" }
]
}
],
"bullet": { "type": "color", "color": "555555" },
"perfect": {
"type": "gradient",
"stops": [
{ "percentage": 0, "color": "57d147" },
{ "percentage": 100, "color": "43a7e0" }
]
},
"great": { "type": "color", "color": "57d147" },
"good": { "type": "color", "color": "43a7e0" },
"bad": { "type": "color", "color": "b0675a" },
"miss": { "type": "color", "color": "e84c38" }
}