]> git.ipfire.org Git - ipfire-3.x.git/blame - plymouth/patches/plymouth-0.9.2-everything-is-better-in-red.patch
plymouth: Update to 0.9.2.
[ipfire-3.x.git] / plymouth / patches / plymouth-0.9.2-everything-is-better-in-red.patch
CommitLineData
b82aaa6e
SS
1diff -Nur a/src/plugins/splash/text/plugin.c b/src/plugins/splash/text/plugin.c
2--- a/src/plugins/splash/text/plugin.c 2015-02-26 19:32:41.000000000 +0100
3+++ b/src/plugins/splash/text/plugin.c 2015-09-10 22:03:27.266902240 +0200
4@@ -174,10 +174,10 @@
5 0x2e3436);
6 ply_terminal_set_color_hex_value (terminal,
7 PLY_TERMINAL_COLOR_WHITE,
8- 0xffffff);
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);