summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-03-24 18:12:50 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-03-24 18:12:50 +0000
commitfb4441beba644a5b54511c5733c48e59b077f44a (patch)
treeed42cb3736c12d42f51f5ee6a0eb482994bd27ee
parent089293f9dcc2ffa51c724a653e67e71fdb82d476 (diff)
downloadtheme-fb4441beba644a5b54511c5733c48e59b077f44a.tar
theme-fb4441beba644a5b54511c5733c48e59b077f44a.tar.gz
theme-fb4441beba644a5b54511c5733c48e59b077f44a.tar.bz2
theme-fb4441beba644a5b54511c5733c48e59b077f44a.tar.xz
theme-fb4441beba644a5b54511c5733c48e59b077f44a.zip
- new common splashy theme
- update bootsplash template used to display text over splashy
-rw-r--r--common/bootsplash/config/bootsplash-template.cfg4
-rw-r--r--common/bootsplash/theme.xml16
2 files changed, 10 insertions, 10 deletions
diff --git a/common/bootsplash/config/bootsplash-template.cfg b/common/bootsplash/config/bootsplash-template.cfg
index 2fda204..79b5ff7 100644
--- a/common/bootsplash/config/bootsplash-template.cfg
+++ b/common/bootsplash/config/bootsplash-template.cfg
@@ -21,8 +21,8 @@ tw=@WIDTH@-65
th=@HEIGHT@-106
# ttf message output parameters
-text_x=24
-text_y=@HEIGHT@-86
+text_x=@WIDTH@*0.28
+text_y=@HEIGHT@*0.90
text_size=12
text_color=0xffffff
diff --git a/common/bootsplash/theme.xml b/common/bootsplash/theme.xml
index 941fcae..586c1c7 100644
--- a/common/bootsplash/theme.xml
+++ b/common/bootsplash/theme.xml
@@ -11,9 +11,9 @@
<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>45</x>
+ <x>28</x>
<y>84</y>
- <width>45</width>
+ <width>44</width>
<height>3</height>
</dimension>
<color> <!-- #a3b8d9 -->
@@ -24,18 +24,18 @@
</color>
<border>
<enable>yes</enable>
- <color> <!-- 1c3267 -->
+ <color> <!-- #1c3267 -->
<red>28</red>
<green>50</green>
<blue>103</blue>
- <alpha>214</alpha>
+ <alpha>255</alpha>
</color>
</border>
<background>
- <color>
- <red>255</red>
- <green>255</green>
- <blue>255</blue>
+ <color> <!-- #5d7eae -->
+ <red>93</red>
+ <green>126</green>
+ <blue>174</blue>
<alpha>255</alpha>
</color>
</background>