summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-03-24 18:11:16 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-03-24 18:11:16 +0000
commit14c5dc88c1a8056d1cc76da4bc802670fa780488 (patch)
tree2d14d028ea29f7bf386353ebdf92ec67f267fa6b
parent5b184ec81a222322ab3f89315fff5a542c4056f4 (diff)
downloadtheme-14c5dc88c1a8056d1cc76da4bc802670fa780488.tar
theme-14c5dc88c1a8056d1cc76da4bc802670fa780488.tar.gz
theme-14c5dc88c1a8056d1cc76da4bc802670fa780488.tar.bz2
theme-14c5dc88c1a8056d1cc76da4bc802670fa780488.tar.xz
theme-14c5dc88c1a8056d1cc76da4bc802670fa780488.zip
- Improved background for Free theme
- add splashy theme for Free
-rw-r--r--Mandriva-Free/bootsplash/theme.xml109
1 files changed, 109 insertions, 0 deletions
diff --git a/Mandriva-Free/bootsplash/theme.xml b/Mandriva-Free/bootsplash/theme.xml
new file mode 100644
index 0000000..9486e77
--- /dev/null
+++ b/Mandriva-Free/bootsplash/theme.xml
@@ -0,0 +1,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.mandriva.com/</urls>
+ <author>Mandriva</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>