]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - plymouth/patches/plymouth-0.9.0-everything-is-better-in-red.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / plymouth / patches / plymouth-0.9.0-everything-is-better-in-red.patch
1 diff -Nur plymouth-0.9.0_orig/src/plugins/splash/text/plugin.c plymouth-0.9.0/src/plugins/splash/text/plugin.c
2 --- plymouth-0.9.0_orig/src/plugins/splash/text/plugin.c 2014-04-21 17:18:19.000000000 +0200
3 +++ plymouth-0.9.0/src/plugins/splash/text/plugin.c 2014-12-07 14:57:09.344789424 +0100
4 @@ -177,10 +177,10 @@
5 0xffffff);
6 ply_terminal_set_color_hex_value (terminal,
7 PLY_TERMINAL_COLOR_BLUE,
8 - 0x3465a4);
9 + 0xCC0A00);
10 ply_terminal_set_color_hex_value (terminal,
11 PLY_TERMINAL_COLOR_BROWN,
12 - 0x979a9b);
13 + 0x880400);
14
15 ply_text_display_set_background_color (view->display,
16 PLY_TERMINAL_COLOR_BLACK);