diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-08-27 12:45:44 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-08-27 12:45:44 +0000 |
commit | 190dd288ee531662a722e2c5b04c51605343324b (patch) | |
tree | 5cfb46be26256620ef5c306ef0f3bc15e70ecc86 /common | |
parent | 4113364516fe20549a5cf4f6df6c3b4096b79813 (diff) | |
download | theme-190dd288ee531662a722e2c5b04c51605343324b.tar theme-190dd288ee531662a722e2c5b04c51605343324b.tar.gz theme-190dd288ee531662a722e2c5b04c51605343324b.tar.bz2 theme-190dd288ee531662a722e2c5b04c51605343324b.tar.xz theme-190dd288ee531662a722e2c5b04c51605343324b.zip |
- Add compat symlinks for resolutions which are no longer provided as a separate files, use image with same ratio instead
- Improve bootsplash theme a little
Diffstat (limited to 'common')
-rw-r--r-- | common/bootsplash/theme.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/common/bootsplash/theme.xml b/common/bootsplash/theme.xml index 00e8b75..381cfb9 100644 --- a/common/bootsplash/theme.xml +++ b/common/bootsplash/theme.xml @@ -10,39 +10,39 @@ </info> <progressbar> <dimension> - <x>3</x> - <y>90</y> + <x>5</x> + <y>92</y> <width>45</width> - <height>3</height> + <height>2</height> </dimension> <color> - <red>66</red> - <green>125</green> + <red>90</red> + <green>138</green> <blue>198</blue> - <alpha>255</alpha> + <alpha>214</alpha> </color> <border> <enable>yes</enable> <color> - <red>0</red> - <green>0</green> - <blue>0</blue> + <red>199</red> + <green>211</green> + <blue>223</blue> <alpha>255</alpha> </color> </border> <background> <color> - <red>239</red> - <green>243</green> - <blue>247</blue> + <red>255</red> + <green>255</green> + <blue>255</blue> <alpha>255</alpha> </color> </background> <direction> <boot>forward</boot> - <shutdown>backward</shutdown> + <shutdown>forward</shutdown> <resume>forward</resume> - <suspend>backward</suspend> + <suspend>forward</suspend> </direction> <visibility> <boot>yes</boot> |