forked from RetroPie/es-theme-carbon
-
Notifications
You must be signed in to change notification settings - Fork 49
/
_splash.xml
76 lines (76 loc) · 2.48 KB
/
_splash.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<formatVersion>7</formatVersion>
<variables>
<baseColor>8b0000</baseColor>
<gradientEndColor>6b2020</gradientEndColor>
<backgroundColor>252525</backgroundColor>
<centerFadeColor>8b000050</centerFadeColor>
</variables>
<subset name="colorset" displayName="${subset.colorset}">
<include name="blue" displayName="${blue}">./art/colors/blue.xml</include>
<include name="red" displayName="${red}"/>
<include name="green" displayName="${green}">./art/colors/green.xml</include>
<include name="yellow" displayName="${yellow}">./art/colors/yellow.xml</include>
<include name="violet" displayName="${violet}">./art/colors/violet.xml</include>
<include name="cyan" displayName="${cyan}>">./art/colors/cyan.xml</include>
<include name="orange" displayName="${orange}>">./art/colors/orange.xml</include>
</subset>
<view name="splash">
<splash name="splash">
<backgroundColor>000000FF</backgroundColor>
</splash>
<image name="progressbar">
<origin>0 0</origin>
<pos>0.25 0.87</pos>
<size>0.5 0.036</size>
<color>6060607F</color>
<colorEnd>6060607F</colorEnd>
<roundCorners>0.01</roundCorners>
</image>
<image name="progressbar:active">
<tile>true</tile>
<path>./art/progress.png</path>
<color>${baseColor}</color>
<colorEnd>${gradientEndColor}</colorEnd>
</image>
<image name="background">
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<minSize>1 1</minSize>
<path>:/logo.png</path>
</image>
<text name="label">
<color>FFFFFFFF</color>
<glowColor>00000018</glowColor>
<glowSize>3</glowSize>
<glowOffset>1</glowOffset>
</text>
<!--
<image name="CenterFade" extra="true">
<tile>false</tile>
<size>1 0.5</size>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<path>./art/centerfade.png</path>
<color>${centerFadeColor}</color>
<zIndex>12</zIndex>
</image>
<image name="logo" extra="true">
<path>./art/splash_batocera.svg</path>
<pos>0.5 0.455</pos>
<origin>0.5 0.5</origin>
<maxSize>0.8 0.8</maxSize>
<zIndex>13</zIndex>
</image>
<image name="background2" extra="true">
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<minSize>1 1</minSize>
<path>./art/bg.png</path>
<color>${backgroundColor}</color>
<opacity>0.6</opacity>
</image>
-->
</view>
</theme>