]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - plymouth/patches/plymouth-0.8.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.8.0-everything-is-better-in-red.patch
CommitLineData
c2435279
MT
1diff -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);
92f0fb3f 9+ 0xCC0A00);
c2435279
MT
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);