-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
125 lines (101 loc) · 3.3 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
<?xml version="1.0" encoding="UTF-8" ?>
<theme>
<formatVersion>7</formatVersion>
<include>./art/icons/menuicons.xml</include>
<include>./art/menu/menu.xml</include>
<view name="screen">
<controllerActivity name="controllerActivity">
<pos>0.01 0.96</pos>
<size>0.085 0.025</size>
<itemSpacing>0.003</itemSpacing>
<imagePath>./art/icons/gamepad.svg</imagePath>
<color>FFFFFF90</color>
<activityColor>FFFFFF</activityColor>
<hotkeyColor>3498DB</hotkeyColor>
<verticalAlignment>center</verticalAlignment>
</controllerActivity>
<batteryIndicator name="batteryIndicator">
<pos>0.955 0.0125</pos>
<size>0.033 0.033</size>
<incharge>./art/battery/incharge.svg</incharge>
<full>./art/battery/full.svg</full>
<at75>./art/battery/75.svg</at75>
<at50>./art/battery/50.svg</at50>
<at25>./art/battery/25.svg</at25>
<empty>./art/battery/empty.svg</empty>
<color>FFFFFFA0</color>
</batteryIndicator>
<batteryIndicator name="batteryIndicator" tinyScreen="true">
<pos>0.915 0.013</pos>
<size>0.07 0.07</size>
</batteryIndicator>
</view>
<view name="system, basic, detailed">
<image name="logo">
<path>./art/logos/${system.theme}.png</path>
<path>./art/logos/${system.theme}.svg</path>
</image>
<image name="background" extra="true">
<path>./art/background/${system.theme}.png</path>
<pos>0 0</pos>
<size>1 1</size>
</image>
<helpsystem name="help">
<pos>0.5 0.97</pos>
<origin>0.5 0.5</origin>
<textColor>FFFFFFA0</textColor>
<iconColor>FFFFFFA0</iconColor>
<fontPath>./art/fonts/TitilliumWeb-SemiBold.ttf</fontPath>
<fontSize>0.025</fontSize>
</helpsystem>
</view>
<view name="basic">
<image name="back-logo" extra="true">
<origin>0.5 0.5</origin>
<pos>0.5 0.1</pos>
<size>0.5 0.15</size>
<path>./art/assets/header.png</path>
</image>
<image name="logo">
<path>./art/logos/${system.theme}.png</path>
<path>./art/logos/${system.theme}.svg</path>
<origin>0.5 0.5</origin>
<alignment>left</alignment>
<pos>0.5 0.1</pos>
<maxSize>0.3 0.12</maxSize>
</image>
<image name="back-gamelist" extra="true">
<pos>0.25 0.188</pos>
<size>0.5 0.745</size>
<path>./art/assets/back.png</path>
</image>
<textlist name="gamelist">
<pos>0.25 0.212962962962963</pos>
<size>0.5 0.7222222222222222</size>
<selectorColor>CCCCCC</selectorColor> <!-- Selection bar -->
<selectedColor>262626</selectedColor> <!-- Selection letters -->
<primaryColor>ffffff</primaryColor> <!-- Letters -->
<secondaryColor>9F9F9F</secondaryColor>
<fontPath>./art/fonts/TitilliumWeb-SemiBold.ttf</fontPath>
<fontSize>0.025</fontSize>
<alignment>center</alignment>
<horizontalMargin>0.01</horizontalMargin>
<scrollSound>./art/sound/scroll.wav</scrollSound>
</textlist>
</view>
<view name="detailed">
<image name="back-logo" extra="true">
<path>./art/assets/header.png</path>
</image>
<image name="logo">
<path>./art/logos/${system.theme}.png</path>
<path>./art/logos/${system.theme}.svg</path>
</image>
<video name="md_video">
<delay>0.2</delay>
<showSnapshotNoVideo>true</showSnapshotNoVideo>
<showSnapshotDelay>true</showSnapshotDelay>
<loops>10</loops>
</video>
</view>
<include subset="layout" name="default" displayName="Default">./art/layouts/default.xml</include></theme>