-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.xml
More file actions
45 lines (37 loc) · 1.77 KB
/
Copy paththeme.xml
File metadata and controls
45 lines (37 loc) · 1.77 KB
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
<!--
GAMECC theme created by 'Game Clandestino'
1.11, Setember 2022 For Batocera/Retrobat
-
https://gameclandestino.org
https://youtube.com/@gameclandestino
https://facebook.com/gameclandestino
https://discord.gg/cR3T4wkjyQ (Comunidade Clandestina)
-->
<?xml version="1.0" encoding="UTF-8"?>
<theme defaultView="gamecarousel">
<formatVersion>7</formatVersion>
<include subset="iconset" name="standard icons" displayName="${icondef}">./_assets/iconsets/default.xml</include>
<include subset="iconset" name="GAMECC">./_assets/iconsets/gamecc.xml</include>
<include subset="iconset" name="SNES">./_assets/iconsets/snes.xml</include>
<include subset="iconset" name="SNES ALT">./_assets/iconsets/snesalt.xml</include>
<include subset="iconset" name="XBox">./_assets/iconsets/xbox.xml</include>
<include subset="iconset" name="Default PSX">./_assets/iconsets/psx.xml</include>
<include subset="iconset" name="ARCADE">./_assets/iconsets/arcade.xml</include>
<include subset="iconset" name="PSX ALT">./_assets/iconsets/psx1.xml</include>
<include subset="iconset" name="Xbox One">./_assets/iconsets/xboxone.xml</include>
<include subset="iconset" name="Switch">./_assets/iconsets/switch.xml</include>
<feature supported="carousel">
<view name="system">
<sound name="bgsound"></sound>
</view>
</feature>
<variables>
<pinkColor>9f0043</pinkColor>
<yellowColor>facc00</yellowColor>
</variables>
<include name="system">./_views/gamecc.xml</include>
<include name="menu">./_views/menu.xml</include>
<include name="gamecarousel">./_views/gamecc-gamelist.xml</include>
<!-- Specific layout for systems -->
<include>./${system.theme}/custom.xml</include>
</theme>