]> git.pld-linux.org Git - packages/plymouth.git/blob - text-colors.patch
- updated to 0.9.0
[packages/plymouth.git] / text-colors.patch
1 --- plymouth-0.8.4/src/plugins/splash/tribar/plugin.c~  2011-02-09 21:07:14.000000000 +0100
2 +++ plymouth-0.8.4/src/plugins/splash/tribar/plugin.c   2012-04-27 12:56:30.461837997 +0200
3 @@ -183,10 +183,10 @@
4                                      0xffffff);
5    ply_terminal_set_color_hex_value (terminal,
6                                      PLY_TERMINAL_COLOR_BLUE,
7 -                                    0x0073B3);
8 +                                    PLYMOUTH_BACKGROUND_START_COLOR);
9    ply_terminal_set_color_hex_value (terminal,
10                                      PLY_TERMINAL_COLOR_BROWN,
11 -                                    0x00457E);
12 +                                    PLYMOUTH_BACKGROUND_END_COLOR);
13  
14    ply_text_display_set_background_color (view->display,
15                                           PLY_TERMINAL_COLOR_BLACK);
16 --- plymouth-0.8.8/src/plugins/splash/text/plugin.c~    2014-04-29 18:42:57.000000000 +0200
17 +++ plymouth-0.8.8/src/plugins/splash/text/plugin.c     2014-04-29 18:55:53.714017941 +0200
18 @@ -177,10 +177,10 @@
19                                      0xffffff);
20    ply_terminal_set_color_hex_value (terminal,
21                                      PLY_TERMINAL_COLOR_BLUE,
22 -                                    0x3465a4);
23 +                                    PLYMOUTH_BACKGROUND_START_COLOR);
24    ply_terminal_set_color_hex_value (terminal,
25                                      PLY_TERMINAL_COLOR_BROWN,
26 -                                    0x979a9b);
27 +                                    PLYMOUTH_BACKGROUND_END_COLOR);
28  
29    ply_text_display_set_background_color (view->display,
30                                           PLY_TERMINAL_COLOR_BLACK);
This page took 0.075767 seconds and 3 git commands to generate.