-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy paththeme.xml
141 lines (117 loc) · 3.18 KB
/
theme.xml
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<theme>
<formatVersion>3</formatVersion>
<include>./../pixel.xml</include>
<view name="system">
<image name="background" extra="true">
<tile>false</tile>
<pos>0.0 0.0</pos>
<origin>0 0</origin>
<size>1 1</size>
<color>ffe0bb</color>
<path>./../art/systemback.png</path>
</image>
<image name="console_overlay" extra="true">
<tile>false</tile>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<maxSize>0.7 0.7</maxSize>
<path>./console.png</path>
</image>
<image name="logo">
<path>./logo.png</path>
</image>
<helpsystem name="help">
<textColor>ffffff</textColor>
<iconColor>ffffff</iconColor>
</helpsystem>
</view>
<view name="basic, detailed">
</view>
<view name="basic">
<image name="logo">
<path>./logo.png</path>
<pos>0.5 0.103</pos>
<maxSize>0.315 0.126</maxSize>
<origin>0.5 0.5</origin>
</image>
<image name="background" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<color>ffe0bb</color>
<path>./../art/systemback.png</path>
</image>
<image name="Border Overlay" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./../art/border_simple.png</path>
</image>
<textlist name="gamelist">
<pos>0.034 0.235</pos>
<size>0.933 0.647</size>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
<fontSize>0.04</fontSize>
<selectorColor>483f3580</selectorColor>
<selectedColor>b6e11d</selectedColor>
<primaryColor>ffffff</primaryColor>
<secondaryColor>e3e3e3</secondaryColor>
<forceUppercase>1</forceUppercase>
</textlist>
</view>
<view name="detailed">
<image name="logo">
<path>./logo.png</path>
<pos>0.274 0.114</pos>
<maxSize>0.418 0.115</maxSize>
<origin>0.5 0.5</origin>
</image>
<image name="background" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<color>ffe0bb</color>
<path>./../art/background.png</path>
</image>
<image name="Border Overlay" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./../art/border.png</path>
</image>
<textlist name="gamelist">
<pos>0.033 0.266</pos>
<size>0.483 0.611</size>
<alignment>left</alignment>
<horizontalMargin>0.01</horizontalMargin>
<fontSize>0.03</fontSize>
<selectorColor>483f35</selectorColor>
<selectedColor>b6e11d</selectedColor>
<primaryColor>ffffff</primaryColor>
<secondaryColor>e3e3e3</secondaryColor>
<forceUppercase>0</forceUppercase>
</textlist>
<image name="Bottom Console Image" extra="true">
<tile>false</tile>
<pos>0.880 0.788</pos>
<origin>0.5 0.5</origin>
<maxSize>0.25 0.25</maxSize>
<path>./console.png</path>
</image>
<text name="System_Desc" extra="true">
<text>Dragon32/64. Released in 1982. Similar to TRS-80 CoCo.</text>
<forceUppercase>0</forceUppercase>
<size>0.200 0.204</size>
<pos>0.569 0.677</pos>
<color>ffffff</color>
<fontPath>./../art/font.ttf</fontPath>
<fontSize>0.03</fontSize>
<alignment>center</alignment>
</text>
</view>
</theme>