-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsplash.xml
103 lines (96 loc) · 3.69 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: ckau-book
version: 2.0
author: Ckau
license: creative commons CC-BY-NC-SA
github: https://github.com/CkauNui/ckau-book
-->
<theme>
<formatVersion>7</formatVersion>
<include subset="colorset" name="Blue" displayName="${blue}">./_inc/colors/blue.xml</include>
<include subset="colorset" name="Red" displayName="${red}">./_inc/colors/red.xml</include>
<include subset="colorset" name="Green" displayName="${green}">./_inc/colors/green.xml</include>
<include subset="colorset" name="Yellow" displayName="${yellow}">./_inc/colors/yellow.xml</include>
<include subset="colorset" name="Violet" displayName="${violet}">./_inc/colors/violet.xml</include>
<include subset="colorset" name="Cyan" displayName="${cyan}">./_inc/colors/cyan.xml</include>
<include subset="colorset" name="Orange" displayName="${orange}">./_inc/colors/orange.xml</include>
<include subset="colorset" name="Gray" displayName="${gray}">./_inc/colors/gray.xml</include>
<view name="splash">
<text name="TextGithub" extra="true">
<text>github.com/CkauNui/ckau-book</text>
<alignment>center</alignment>
<pos>0 0.05</pos>
<size>1 0.034</size>
<fontSize>0.03</fontSize>
<fontPath>./_inc/fonts/Gilroy-Bold.ttf</fontPath>
<color>d9d9d9</color>
<glowColor>000000</glowColor>
<glowSize>1</glowSize>
<glowOffset>3 2</glowOffset>
<zIndex>140</zIndex>
</text>
<text name="TextAddon" extra="true">
<text>Addons: 4K Images, HD videos, Collections and more!</text>
<text lang="pl">Dodatki: Obrazy 4K, Filmy HD, Kolekcje i wiele więcej!</text>
<text lang="ru">Аддоны: 4K-изображения, HD-видео, коллекции и многое другое!</text>
<text lang="es">Complementos: Imágenes 4K, vídeos HD, colecciones y mucho más.</text>
<text lang="fr">Modules complémentaires : Images 4K, vidéos HD, collections et plus encore!</text>
<text lang="it">Componenti aggiuntivi: Immagini 4K, video HD, collezioni e molto altro!</text>
<text lang="pt">Traduzido por DiegroSan versão portuguesa. Ckau-book o tema, mas completos de todos.</text>
<alignment>center</alignment>
<pos>0 0.1</pos>
<size>1 0.034</size>
<fontSize>0.022</fontSize>
<fontPath>./_inc/fonts/Gilroy-Regular.ttf</fontPath>
<color>d9d9d9</color>
<glowColor>000000</glowColor>
<glowSize>1</glowSize>
<glowOffset>3 2</glowOffset>
<zIndex>140</zIndex>
</text>
<splash name="splash">
<backgroundColor>161616</backgroundColor>
</splash>
<image name="background">
<path>./_inc/images/splash.jpg</path>
</image>
<image name="progressbar">
<origin>0 0</origin>
<pos>0.2005208333333333 0.9</pos>
<size>0.5989583333333333 0.0092592592592593</size>
<path>./_inc/images/progressbar.png</path>
<color>363636FF</color>
<roundCorners>0</roundCorners>
<zIndex>6</zIndex>
</image>
<image name="progressbar:active">
<tile>true</tile>
<path>./_inc/images/progressbar.png</path>
<color>${baseColor}</color>
<colorEnd>${gradientEndColor}</colorEnd>
<gradientType>horizontal</gradientType>
<zIndex>7</zIndex>
</image>
<text name="label">
<fontPath>./_inc/fonts/Gilroy-Bold.ttf</fontPath>
<color>d9d9d9</color>
<glowColor>000000</glowColor>
<glowSize>1</glowSize>
<glowOffset>3 2</glowOffset>
</text>
<text name="cheevosUser" extra="true">
<text>${cheevos.username}</text>
<pos>0 0.18</pos>
<size>1 0.034</size>
<color>ffffff</color>
<fontPath>./_inc/fonts/Gilroy-Regular.ttf</fontPath>
<fontSize>0.058</fontSize>
<alignment>center</alignment>
<glowColor>000000</glowColor>
<glowSize>2</glowSize>
<glowOffset>3 2</glowOffset>
<zIndex>99</zIndex>
</text>
</view>
</theme>