diff options
-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> |