-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.xml
59 lines (47 loc) · 1.72 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
<!--
GAMECC theme created by 'Game Clandestino'
2.01, 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>
<!-- ICONSETS -->
<include name="DEFAULT">./_assets/iconsets/default.xml</include>
<!-- TOPBAR SYSTEM -->
<subset name="topbar" displayName="TOPBAR">
<include name="Ativo">./_views/topbar.xml</include>
<include name="Desativado" />
</subset>
<!-- VIDEO GAMELIST -->
<subset name="video_gamelist" displayName="VIDEO GAMELIST">
<include name="Ativo" />
<include name="Desativado" />
</subset>
<feature supported="carousel">
<view name="system">
<sound name="bgsound"></sound>
</view>
</feature>
<variables>
<pinkColor>9f0043</pinkColor>
<yellowColor>facc00</yellowColor>
<gameccColor>${yellowColor}</gameccColor>
<arcadeColor>cc2a41</arcadeColor>
<computerColor>352f3d</computerColor>
<consoleColor>0074b4</consoleColor>
<portColor>583b7e</portColor>
<portableColor>027b7f</portableColor>
<allColor>${pinkColor}</allColor>
<collectionColor>${pinkColor}</collectionColor>
</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>