summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2012-05-10 08:58:15 +0000
committerAnne Nicolas <ennael@mageia.org>2012-05-10 08:58:15 +0000
commit8f08150d8ff97eeccf99396d79d63c736216ecd0 (patch)
treea38da3282ef426dd4cfcbc9d43480d3017acce77 /common
parent72b3df783cfcf570a26a79dd125dca463aafaf1e (diff)
downloadtheme-8f08150d8ff97eeccf99396d79d63c736216ecd0.tar
theme-8f08150d8ff97eeccf99396d79d63c736216ecd0.tar.gz
theme-8f08150d8ff97eeccf99396d79d63c736216ecd0.tar.bz2
theme-8f08150d8ff97eeccf99396d79d63c736216ecd0.tar.xz
theme-8f08150d8ff97eeccf99396d79d63c736216ecd0.zip
use white to make text readable (#5676)
Diffstat (limited to 'common')
-rw-r--r--common/plymouth/mga.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/plymouth/mga.script b/common/plymouth/mga.script
index 0ea310b..875d907 100644
--- a/common/plymouth/mga.script
+++ b/common/plymouth/mga.script
@@ -202,7 +202,7 @@ fun display_password_callback (prompt, bullets)
dialog_opacity(1);
motif.sprite.SetOpacity(0);
- dialog.prompt_sprite.SetImage(Image.Text(prompt, 0, 0, 0.2));
+ dialog.prompt_sprite.SetImage(Image.Text(prompt, 1, 1, 1));
for (index = 0; dialog.bullet[index] || index < bullets; index++)
{
@@ -225,7 +225,7 @@ fun display_password_callback (prompt, bullets)
fun display_message_callback (prompt)
{
-prompt = Image.Text(prompt, 0, 0, 0.2);
+prompt = Image.Text(prompt, 1, 1, 1);
sprite_prompt.SetImage(prompt);
sprite_prompt.SetPosition(Window.GetX() + (Window.GetWidth() - prompt.GetWidth()) / 2, Window.GetY() + Window.GetHeight() * 0.93, 2);
}
@@ -334,4 +334,4 @@ fun quit_callback ()
}
}
-Plymouth.SetQuitFunction(quit_callback); \ No newline at end of file
+Plymouth.SetQuitFunction(quit_callback);