-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.xml
172 lines (163 loc) · 5.21 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!--
theme name: Art Book Next (Retropie Edition)
author: Anthony Caccese
license: creative commons CC-BY-NC-SA
-->
<theme>
<formatVersion>6</formatVersion>
<variables>
<logoFont>./_inc/fonts/ChangaOne-Italic.ttf</logoFont>
<bodyFont>./_inc/fonts/Oxygen-Bold.ttf</bodyFont>
<spacerImage>./_inc/images/utility/space.png</spacerImage>
<!--
Apsect Ratio Options:
16:10 = 16-10
16:9 = 16-9
4:3 = 4-3
-->
<aspectRatio>16-9</aspectRatio>
<!--
Gamelist Style Options:
metadata-off
metadata-off-zoomed
metadata-on
metadata-on-miximage
-->
<gameListStyle>metadata-on</gameListStyle>
<!--
Color Scheme Options:
art-book-next
art-book
snes
famicom
steam-deck
custom
-->
<colorScheme>art-book-next</colorScheme>
<!--
Sound Set:
es-de
steam-os
-->
<soundSet>steam-os</soundSet>
</variables>
<include>./color-scheme-${colorScheme}.xml</include>
<include>./sound-set-${soundSet}.xml</include>
<view name="system,basic,detailed,video">
<helpsystem name="help">
<pos>1 1</pos>
</helpsystem>
<image name="logo">
<path>./_inc/images/systems/${system.theme}.svg</path>
</image>
<text name="logoText">
<fontPath>${logoFont}</fontPath>
<forceUppercase>true</forceUppercase>
<lineSpacing>1</lineSpacing>
<alignment>center</alignment>
<color>${logoTextColor}</color>
</text>
</view>
<view name="system">
<image name="background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<path>${spacerImage}</path>
<tile>true</tile>
<color>${systemBackgroundColor}</color>
<zIndex>0</zIndex>
</image>
<carousel name="systemcarousel">
<origin>0 0</origin>
<pos>0 0</pos>
<type>horizontal</type>
<color>00000000</color>
<size>1 1</size>
<logoScale>2</logoScale>
<logoSize>0.25 0.15</logoSize>
<maxLogoCount>1.5</maxLogoCount>
</carousel>
<text name="systemInfo">
<pos>1 1</pos>
</text>
<image name="background-art" extra="true">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<size>0 1</size>
<color>ffffffcc</color>
<path>./_inc/images/systems/${system.theme}.png</path>
<zIndex>1</zIndex>
</image>
<image name="background-art-mask" extra="true">
<origin>0.5 0</origin>
<pos>0.5 0</pos>
<size>1 1</size>
<zIndex>2</zIndex>
<color>${systemBackgroundColor}</color>
</image>
</view>
<view name="basic,detailed,video">
<image name="logo">
<origin>0.5 0.5</origin>
<color>${logoColor}</color>
<zIndex>5</zIndex>
</image>
<text name="logoText">
<origin>0.5 0.5</origin>
<color>${logoTextColor}</color>
<zIndex>5</zIndex>
</text>
<textlist name="gamelist">
<origin>0 0</origin>
<alignment>left</alignment>
<fontPath>${bodyFont}</fontPath>
<selectorColor>00000000</selectorColor>
<selectedColor>${gamelistSelectedColor}</selectedColor>
<primaryColor>${gamelistUnSelectedColor}</primaryColor>
<secondaryColor>${gamelistUnSelectedColor}</secondaryColor>
<zIndex>5</zIndex>
</textlist>
<image name="gamelist-background" extra="true">
<origin>0 0</origin>
<path>${spacerImage}</path>
<tile>true</tile>
<color>${gamelistBackgroundColor}</color>
<zIndex>4</zIndex>
</image>
<image name="background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<path>${spacerImage}</path>
<tile>true</tile>
<color>${backgroundColor}</color>
<zIndex>0</zIndex>
</image>
</view>
<view name="detailed,video">
<text name="md_lbl_rating,md_lbl_developer,md_developer,md_lbl_publisher,md_publisher,md_lbl_playcount,md_playcount,md_lbl_lastplayed,md_lbl_players,md_players,md_lbl_releasedate,md_lbl_genre,md_genre,md_description,md_name,md_lbl_gametime,md_gametime">
<fontPath>${bodyFont}</fontPath>
<alignment>left</alignment>
</text>
<text name="md_genre,md_lbl_players,md_players">
<color>${metadataColor}</color>
</text>
<text name="md_description">
<color>${descriptionColor}</color>
</text>
<text name="md_lbl_lastplayed,md_lbl_playcount,md_playcount,md_lbl_developer,md_developer,md_lbl_publisher,md_publisher,md_lbl_gametime,md_gametime">
<color>${metadataColor}</color>
</text>
<datetime name="md_releasedate,md_lastplayed">
<fontPath>${bodyFont}</fontPath>
<color>${metadataColor}</color>
<alignment>left</alignment>
</datetime>
<rating name="md_rating">
<color>${ratingColor}</color>
</rating>
</view>
<include>./aspect-ratio-${aspectRatio}.xml</include>
<include>./gamelist-${gameListStyle}-${aspectRatio}.xml</include>
</theme>