]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - plymouth/patches/plymouth-0.8.0-everything-is-better-in-red.patch
7dba9f79f681792395e50556f12c1e12aa6d1797
[people/ms/ipfire-3.x.git] / plymouth / patches / plymouth-0.8.0-everything-is-better-in-red.patch
1 diff -up plymouth-0.8.0/src/plugins/splash/text/plugin.c.red plymouth-0.8.0/src/plugins/splash/text/plugin.c
2 --- plymouth-0.8.0/src/plugins/splash/text/plugin.c.red 2009-11-19 14:40:24.000000000 -0500
3 +++ plymouth-0.8.0/src/plugins/splash/text/plugin.c 2009-11-19 14:41:40.000000000 -0500
4 @@ -184,10 +184,10 @@ view_start_animation (view_t *view)
5 0xffffff);
6 ply_terminal_set_color_hex_value (terminal,
7 PLY_TERMINAL_COLOR_BLUE,
8 - 0x0073B3);
9 + 0xCC0A00);
10 ply_terminal_set_color_hex_value (terminal,
11 PLY_TERMINAL_COLOR_BROWN,
12 - 0x00457E);
13 + 0x880400);
14
15 ply_text_display_set_background_color (view->display,
16 PLY_TERMINAL_COLOR_BLACK);