-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric.xml
42 lines (33 loc) · 901 Bytes
/
generic.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
<theme>
<formatVersion>3</formatVersion>
<include>./../retrocrt.xml</include>
<view name="system">
<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>./system.png</path>
</image>
<image name="logo">
<path>./logo.png</path>
</image>
</view>
<view name="detailed,video,basic">
<textlist name="gamelist">
<selectorColor>001426</selectorColor>
<selectedColor>00CC00</selectedColor>
<!-- game text -->
<primaryColor>CCCCCC</primaryColor>
<!-- dir text -->
<secondaryColor>AAAAAA</secondaryColor>
</textlist>
<image name="Border Overlay" extra="true">
<tile>false</tile>
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./background.png</path>
</image>
</view>
</theme>