summaryrefslogtreecommitdiffstats
path: root/Mageia-Default/bootsplash/theme.xml
blob: 5f41ea5189dcd06e61744ab051f720bf628a0752 (plain)
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
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd">
    <info>
        <name>@THEME@</name>
        <version>1.0</version>
        <description>@THEME@ theme</description>
        <urls>http://www.mageia.org/</urls>
        <author>Mageia.Org</author>
    </info>
    <progressbar>
         <!-- x coordinate, y coordinate, width and height are for the progress bar.  Remember that x, y, width and height are expressed in percentage -->
        <dimension>
            <x>28</x>
            <y>84</y>
            <width>44</width>
            <height>3</height>
        </dimension>
	<color> <!-- #5d7eae -->
            <red>93</red>
            <green>126</green>
            <blue>174</blue>
            <alpha>255</alpha>
        </color>
        <border>
            <enable>yes</enable>
	    <color> <!-- #a3b8d9 -->
              <red>163</red>
              <green>184</green>
              <blue>217</blue>
              <alpha>255</alpha>
             </color>
        </border>
        <background>
	    <color> <!-- #1c3267 -->
              <red>28</red>
              <green>50</green>
              <blue>103</blue>
              <alpha>255</alpha>
            </color>
        </background>
        <direction>
            <boot>forward</boot>
            <shutdown>forward</shutdown>
            <resume>forward</resume>
            <suspend>forward</suspend>
        </direction>
        <visibility>
            <boot>yes</boot>
            <shutdown>yes</shutdown>
            <resume>yes</resume>
            <suspend>yes</suspend>
        </visibility>
    </progressbar>
    <background>
        <boot>background.jpg</boot>
        <shutdown>background.jpg</shutdown>
        <resume>suspend.jpg</resume>
        <suspend>suspend.jpg</suspend>
        <errorimg>background.jpg</errorimg>
         <!-- x coordinate, y coordinate, width and height are for the progress bar.  Remember that x, y, width and height are expressed in percentage -->
        <dimension>
            <x>0</x>
            <y>0</y>
            <width>0</width>
            <height>0</height>
        </dimension>
    </background>
    <textbox>
        <enable>yes</enable>
         <!-- x coordinate, y coordinate, width and height are for the progress bar.  Remember that x, y, width and height are expressed in percentage -->
        <dimension>
            <x>20</x>
            <y>50</y>
            <width>60</width>
            <height>40</height>
        </dimension>
        <color>
            <red>0</red>
            <green>0</green>
            <blue>0</blue>
            <alpha>127</alpha>
        </color>
        <border>
            <enable>yes</enable>
            <color>
                <red>0</red>
                <green>0</green>
                <blue>0</blue>
                <alpha>255</alpha>
            </color>
        </border>
        <text>
            <font>
                <file>FreeSans.ttf</file>
                <height>10</height>
            </font>
            <color>
                <red>128</red>
                <green>128</green>
                <blue>32</blue>
                <alpha>255</alpha>
            </color>
        </text>
    </textbox>
    <autoverboseonerror>no</autoverboseonerror>
    <fadein>no</fadein>
    <fadeout>no</fadeout>
</splashy>