-
Notifications
You must be signed in to change notification settings - Fork 108
/
theme.xml
49 lines (44 loc) · 1.18 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
<theme>
<formatVersion>4</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/${system.theme}.svg</path>
</image>
<image name="logo">
<path>./art/logo/${system.theme}.svg</path>
</image>
<text name="logoText">
<fontPath>./art/Cabin-Bold.ttf</fontPath>
<color>8b0000</color>
<forceUppercase>true</forceUppercase>
</text>
</view>
<view name="basic, detailed, video">
<text name="logoText">
<pos>0.01 0.02</pos>
<size>0.460 0.126</size>
<fontSize>0.12</fontSize>
<fontPath>./art/Cabin-Bold.ttf</fontPath>
<color>8b0000</color>
<forceUppercase>true</forceUppercase>
</text>
<image name="logo">
<path>./art/logo/${system.theme}.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/${system.theme}.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>
</theme>