Blame SOURCES/colors.patch

e22087
diff -up plymouth-0.8.4/src/plugins/splash/tribar/plugin.c.colors plymouth-0.8.4/src/plugins/splash/text/plugin.c
e22087
--- plymouth-0.8.4/src/plugins/splash/tribar/plugin.c.colors	2012-03-20 11:26:05.343149459 -0400
e22087
+++ plymouth-0.8.4/src/plugins/splash/tribar/plugin.c	2012-03-20 11:26:41.943521354 -0400
6cc380
@@ -183,10 +183,10 @@ view_start_animation (view_t *view)
6cc380
                                     0xffffff);
6cc380
   ply_terminal_set_color_hex_value (terminal,
6cc380
                                     PLY_TERMINAL_COLOR_BLUE,
6cc380
-                                    0x0073B3);
6cc380
+                                    0xc6bdd2);
6cc380
   ply_terminal_set_color_hex_value (terminal,
6cc380
                                     PLY_TERMINAL_COLOR_BROWN,
6cc380
-                                    0x00457E);
6cc380
+                                    0x4e376b);
6cc380
 
6cc380
   ply_text_display_set_background_color (view->display,
6cc380
                                          PLY_TERMINAL_COLOR_BLACK);