forked from RetroPie/es-theme-carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
47 lines (36 loc) · 893 Bytes
/
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
<theme>
<formatVersion>3</formatVersion>
<include>./../carbon.xml</include>
<view name="system">
<image name="ControllerOverlay" extra="true">
<tile>false</tile>
<pos>0.5 0.2</pos>
<origin>0.5 0.5</origin>
<size>0.3 0</size>
<path>./art/controller.svg</path>
<!--<color>8b0000</color>-->
</image>
<image name="logo">
<path>./art/system.svg</path>
</image>
</view>
<view name="basic, detailed">
<image name="logo">
<path>./art/system.svg</path>
<pos>0.266 0.074</pos>
<maxSize>0.460 0.126</maxSize>
<origin>0.5 0.5</origin>
</image>
<image name="logo2" extra="true">
<path>./art/controller.svg</path>
<pos>0.874 0.074</pos>
<maxSize>0.460 0.126</maxSize>
<origin>0.5 0.5</origin>
<color>bbbbbb</color>
</image>
</view>
<view name="basic">
</view>
<view name="detailed">
</view>
</theme>