-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
110 lines (109 loc) · 2.59 KB
/
theme.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"options":
{
"logical_size": [640, 480],
"music": null
},
"background":
{
"area": [0.0,0.0,1.0,1.0],
"fill": [200,200,200,255],
"borderx": 8,
"font": "Roboto.ttf",
"fontsize": 36,
"fontcolor": [0,0,0]
},
"nine.png":
{
"button": [0,0,320,167],
"dialog": [0,169,320,161],
"box": [0,332,320,106],
"boxfill": [0,439,320,106],
"arrow_r": [11,559,42,42],
"arrow_l": [11,559,42,42,1],
"circle": [64,547,62,62],
"bar": [373,225,222,18]
},
"mainlist":
{
"area": [0.05, 0.05, 0.48, 0.95],
"fill": [230,230,230],
"border": 8,
"font": "Roboto.ttf",
"fontsize": 30,
"fontcolor": [0,0,0],
"selected": [120,120,120],
"list": [
"Install Port",
"Onscreen Keyboard",
"Option Menu",
"Exit"
],
"info": [
"Install a new port onto your device.",
"Remove a port that has been installed onto your device",
"Update port data including the list of ports and screenshots.",
"Exit Portmaster and return to your game list."
],
"thickness": 6
},
"maininfo":
{
"area": [0.52, 0.05, 0.95, 0.95],
"fill": [230,230,230],
"roundness": 20,
"thickness": 6,
"border": 8,
"font": "Roboto.ttf",
"fontsize": 24,
"fontcolor": [0,0,0],
"wrap": true
},
"list":
{
"area": [0.0,0.0,1.0,1.0],
"fill": [0,0,0,100],
"color": [50,50,50],
"pattern": "",
"repeat": 0,
"align": "midleft",
"font": "Roboto.ttf",
"fontsize": 30,
"fontcolor": [255,255,255],
"text": "",
"list": null,
"scrollable": 0,
"autoscroll": 0
},
"gamelist":
{
"area": [-10, 0.1, 0.75,0.75],
"borderx": 14,
"roundness": 10,
"font": "Roboto.ttf",
"fontsize": 24,
"fontcolor": [0,0,0],
"selected": [100,100,100]
},
"gametext":
{
"area": [6, 0.75, 1.0, 1.0],
"font": "Roboto.ttf",
"fontsize": 24,
"fontcolor": [0,0,0],
"autoscroll": 40,
"wrap": true
},
"gameimage":
{
"area": [0.45, 0.1, 1.0,0.65]
},
"gamebar":
{
"area": [0.455, 0.66, 1.0, 0.74],
"font": "Roboto.ttf",
"fontsize": 16,
"fontcolor": [0,0,0],
"bar": ["_A", "Install", "_B", "Back", "_X", "Filter"]
}
}