Skip to content

Commit 862e7f6

Browse files
committed
lint on apple icon
1 parent f405cbd commit 862e7f6

File tree

2 files changed

+89
-86
lines changed

2 files changed

+89
-86
lines changed
Lines changed: 17 additions & 9 deletions
Loading
Lines changed: 72 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,73 @@
11
{
2-
"fill" : {
3-
"linear-gradient" : [
4-
"display-p3:0.18127,0.41301,0.28212,1.00000",
5-
"display-p3:0.09652,0.20392,0.15411,1.00000"
6-
]
7-
},
8-
"groups" : [
9-
{
10-
"blur-material" : 0.5,
11-
"layers" : [
12-
{
13-
"blend-mode-specializations" : [
14-
{
15-
"appearance" : "tinted",
16-
"value" : "normal"
17-
}
18-
],
19-
"fill-specializations" : [
20-
{
21-
"value" : {
22-
"linear-gradient" : [
23-
"display-p3:0.49491,0.92226,0.57293,1.00000",
24-
"display-p3:0.10588,0.85098,0.41569,1.00000"
25-
]
26-
}
27-
},
28-
{
29-
"appearance" : "tinted",
30-
"value" : "automatic"
31-
}
32-
],
33-
"glass" : true,
34-
"image-name" : "Modrinth logo.svg",
35-
"name" : "Modrinth logo",
36-
"opacity-specializations" : [
37-
{
38-
"appearance" : "tinted",
39-
"value" : 1
40-
}
41-
],
42-
"position" : {
43-
"scale" : 4.1,
44-
"translation-in-points" : [
45-
0,
46-
0
47-
]
48-
}
49-
}
50-
],
51-
"lighting" : "individual",
52-
"opacity-specializations" : [
53-
{
54-
"value" : 1
55-
},
56-
{
57-
"appearance" : "tinted",
58-
"value" : 1
59-
}
60-
],
61-
"shadow" : {
62-
"kind" : "neutral",
63-
"opacity" : 0.5
64-
},
65-
"specular" : true,
66-
"translucency" : {
67-
"enabled" : true,
68-
"value" : 0.5
69-
}
70-
}
71-
],
72-
"supported-platforms" : {
73-
"circles" : [
74-
"watchOS"
75-
],
76-
"squares" : "shared"
77-
}
78-
}
2+
"fill": {
3+
"linear-gradient": [
4+
"display-p3:0.18127,0.41301,0.28212,1.00000",
5+
"display-p3:0.09652,0.20392,0.15411,1.00000"
6+
]
7+
},
8+
"groups": [
9+
{
10+
"blur-material": 0.5,
11+
"layers": [
12+
{
13+
"blend-mode-specializations": [
14+
{
15+
"appearance": "tinted",
16+
"value": "normal"
17+
}
18+
],
19+
"fill-specializations": [
20+
{
21+
"value": {
22+
"linear-gradient": [
23+
"display-p3:0.49491,0.92226,0.57293,1.00000",
24+
"display-p3:0.10588,0.85098,0.41569,1.00000"
25+
]
26+
}
27+
},
28+
{
29+
"appearance": "tinted",
30+
"value": "automatic"
31+
}
32+
],
33+
"glass": true,
34+
"image-name": "Modrinth logo.svg",
35+
"name": "Modrinth logo",
36+
"opacity-specializations": [
37+
{
38+
"appearance": "tinted",
39+
"value": 1
40+
}
41+
],
42+
"position": {
43+
"scale": 4.1,
44+
"translation-in-points": [0, 0]
45+
}
46+
}
47+
],
48+
"lighting": "individual",
49+
"opacity-specializations": [
50+
{
51+
"value": 1
52+
},
53+
{
54+
"appearance": "tinted",
55+
"value": 1
56+
}
57+
],
58+
"shadow": {
59+
"kind": "neutral",
60+
"opacity": 0.5
61+
},
62+
"specular": true,
63+
"translucency": {
64+
"enabled": true,
65+
"value": 0.5
66+
}
67+
}
68+
],
69+
"supported-platforms": {
70+
"circles": ["watchOS"],
71+
"squares": "shared"
72+
}
73+
}

0 commit comments

Comments
 (0)