forked from sdeluce/es_theme_recalbox_for_retropie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.xml
executable file
·37 lines (35 loc) · 804 Bytes
/
custom.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
<theme>
<formatVersion>4</formatVersion>
<view name="system">
<image name="background" extra="true">
</image>
<image name="band1" extra="true">
<color>CB2027</color>
</image>
<image name="band2" extra="true">
<color>991A37</color>
</image>
<image name="band3" extra="true">
<color>FFCD05</color>
</image>
<image name="band4" extra="true">
<color>669A40</color>
</image>
</view>
<view name="basic, detailed">
<image name="background" extra="true">
</image>
<image name="band1" extra="true">
<color>CB2027</color>
</image>
<image name="band2" extra="true">
<color>991A37</color>
</image>
<image name="band3" extra="true">
<color>FFCD05</color>
</image>
<image name="band4" extra="true">
<color>669A40</color>
</image>
</view>
</theme>