-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
theme.xml
44 lines (32 loc) · 1.13 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
<theme>
<formatVersion>4</formatVersion>
<include>./options.xml</include>
<include>./systems/$system/texts.xml</include>
<include>./systems/$system/$language/texts.xml</include>
<include>./systems/$system/$language_$country/texts.xml</include>
<include>./systems/$system/custom.xml</include>
<view name="system">
<!-- default music when system music is missing -->
<sound name="directory">
<path>/recalbox/share_init/system/.emulationstation/themes/recalbox-next/music</path>
</sound>
<image name="help_background" extra="true">
<path>./assets/system_help_background.png</path>
<pos>0 1</pos>
<origin>0 1</origin>
<size>.75 .068</size>
</image>
</view>
<view name="system, menu">
<helpsystem name="help">
<fontPath>/recalbox/share_init/system/.emulationstation/themes/recalbox-next/data/arts/steelfishrg.ttf</fontPath>
<fontSize>.035</fontSize>
</helpsystem>
</view>
<view name="detailed">
<helpsystem name="help">
<fontPath>/recalbox/share_init/system/.emulationstation/themes/recalbox-next/data/arts/steelfishrg.ttf</fontPath>
<fontSize>.032</fontSize>
</helpsystem>
</view>
</theme>