-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexample.json
43 lines (43 loc) · 1.72 KB
/
example.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
{
"name": "Skin Name",
"description": "Briefly describe the skin.",
"preview": "https://example.com/preview.png",
"logo": "https://example.com/icon.png",
"author": "Author Name",
"styles": [
{
"header": "background-color:red; color:white;",
"label": "background-color:red; color:white;",
"button": "background-color:red; color:white;",
"roundedButton": "background-color:red; color:white;",
"alert": "background-color:red; color:white;",
"containerBackground": "background-color:red; color:white;",
"cell": "background-color:red; color:white;",
"cellChevron": "background-color:red; color:white;",
"toolbar": "background-color:red; color:white;",
"igba": [
{
"emulatorBackground": "background-color: red; color: white;",
"emulatorScreen": "background-color: red; color: white;",
"triggerL": "background-color: red; color: white;",
"triggerR": "background-color: red; color: white;",
"center": "background-color: red; color: white;",
"right": "background-color: red; color: white;",
"left": "background-color: red; color: white;",
"up": "background-color: red; color: white;",
"down": "background-color: red; color: white;",
"aBtn": "background-color: red; color: white;",
"bBtn": "background-color: red; color: white;",
"startBtn": "background-color: red; color: white;",
"select": "background-color: red; color: white;"
}
],
"custom": [
{
"igba": ".igba {background-color: red; color: white;}",
"eclipse": ".headerContainer {background-color: red; color: white;}"
}
]
}
]
}