-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.xml
132 lines (132 loc) · 4.29 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: Architect
author: Kaleben0
-->
<theme>
<formatVersion>4</formatVersion>
<view name="system,basic,detailed,video">
<helpsystem name="help">
<pos>1 1</pos>
<textColor>00000000</textColor>
<fontSize>0.05</fontSize>
</helpsystem>
<image name="background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>true</tile>
<path>./_inc/images/background.png</path>
<zIndex>1</zIndex>
</image>
</view>
<view name="system">
<image name="controller" extra="true">
<origin>0.5 0</origin>
<pos>0.5 0.12</pos>
<color>00ffffff</color>
<maxSize>0.5 0.5</maxSize>
<zIndex>5</zIndex>
</image>
<carousel name="systemcarousel">
<type>vertical_wheel</type>
<pos>0 0.68</pos>
<size>1 0.15</size>
<color>00000000</color>
<logoSize>0.6 0.275</logoSize>
<logoScale>1.5</logoScale>
<maxLogoCount>1</maxLogoCount>
<zIndex>5</zIndex>
</carousel>
<text name="systemInfo">
<backgroundColor>00000000</backgroundColor>
<pos>0 0.84</pos>
<color>d9d9d9</color>
<fontPath>./_inc/fonts/OpenSans-Regular.ttf</fontPath>
<fontSize>0.05</fontSize>
<zIndex>5</zIndex>
</text>
</view>
<view name="basic,video">
<image name="logo">
<origin>0.5 0</origin>
<pos>0.52 0.075</pos>
<maxSize>0.5825 0.1</maxSize>
</image>
<textlist name="gamelist">
<pos>0.09 0.225</pos>
<size>0.85 0.65</size>
<selectorColor>00008bff</selectorColor>
<selectedColor>ffffff</selectedColor>
<primaryColor>eaeaea</primaryColor>
<secondaryColor>eaeaea</secondaryColor>
<fontPath>./_inc/fonts/OpenSans-Regular.ttf</fontPath>
<fontSize>0.045</fontSize>
<scrollSound>./_inc/sounds/select.wav</scrollSound>
<forceUppercase>1</forceUppercase>
<alignment>center</alignment>
</textlist>
</view>
<view name="detailed,video">
<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_description">
<pos>1 1</pos>
</text>
<datetime name="md_releasedate,md_lastplayed">
<pos>1 1</pos>
</datetime>
<rating name="md_rating">
<pos>1 1</pos>
</rating>
<image name="logo">
<origin>0 0</origin>
<pos>-0.08 0.05</pos>
<zIndex>40</zIndex>
<maxSize>0.6 0.11</maxSize>
</image>
<image name="md_image">
<origin>0 0</origin>
<pos>0.5 0</pos>
<size>0 1</size>
<zIndex>35</zIndex>
</image>
<image name="media_background" extra="true">
<origin>0 0</origin>
<pos>0.6625 0</pos>
<size>0.3375 1</size>
<path>./_inc/images/border.png</path>
<color>000000ff</color>
<zIndex>5</zIndex>
</image>
<image name="border" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>0.00625 1</size>
<path>./_inc/images/border.png</path>
<color>000000ff</color>
<zIndex>30</zIndex>
</image>
<image name="gamelist_background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>false</tile>
<path>./_inc/images/background-grid.png</path>
<zIndex>30</zIndex>
</image>
<textlist name="gamelist">
<pos>0.009 0.225</pos>
<size>0.46 0.65</size>
<alignment>left</alignment>
<horizontalMargin>0.038</horizontalMargin>
<zIndex>40</zIndex>
<selectorColor>00008bff</selectorColor>
<selectedColor>ffffff</selectedColor>
<primaryColor>eaeaea</primaryColor>
<secondaryColor>eaeaea</secondaryColor>
<fontPath>./_inc/fonts/OpenSans-Regular.ttf</fontPath>
<fontSize>0.045</fontSize>
<scrollSound>./_inc/sounds/select.wav</scrollSound>
<forceUppercase>1</forceUppercase>
</textlist>
</view>
</theme>