diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-24 18:12:50 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-24 18:12:50 +0000 |
commit | fb4441beba644a5b54511c5733c48e59b077f44a (patch) | |
tree | ed42cb3736c12d42f51f5ee6a0eb482994bd27ee /common/bootsplash | |
parent | 089293f9dcc2ffa51c724a653e67e71fdb82d476 (diff) | |
download | theme-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
Diffstat (limited to 'common/bootsplash')
-rw-r--r-- | common/bootsplash/config/bootsplash-template.cfg | 4 | ||||
-rw-r--r-- | common/bootsplash/theme.xml | 16 |
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> |