-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.xml
executable file
·57 lines (42 loc) · 987 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
48
49
50
51
52
53
54
55
56
57
<theme>
<formatVersion>3</formatVersion>
<include>./../pixel.xml</include>
<view name="system">
<image name="background" extra="true">
<tile>false</tile>
<pos>0.0 0.0</pos>
<origin>0 0</origin>
<size>1 1</size>
<color>2e3cc9</color>
<path>./../art/systemback.png</path>
</image>
<image name="console_overlay" extra="true">
<tile>false</tile>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<maxSize>0.7 0.7</maxSize>
<path>./console.png</path>
</image>
<image name="logo">
<path>./logo.png</path>
</image>
</view>
<view name="basic, detailed">
</view>
<view name="basic">
<image name="logo">
<path>./logo.png</path>
</image>
<image name="background" extra="true">
<color>2e3cc9</color>
</image>
</view>
<view name="detailed">
<image name="logo">
<path>./logo.png</path>
</image>
<image name="background" extra="true">
<color>2e3cc9</color>
</image>
</view>
</theme>