]> git.pld-linux.org Git - packages/plymouth.git/blob - text-colors.patch
- point meson as /sbin and /bin to make it embed correct paths in systemd units,...
[packages/plymouth.git] / text-colors.patch
1 --- plymouth-0.9.2/src/plugins/splash/tribar/plugin.c.orig      2015-05-24 21:32:03.443625675 +0200
2 +++ plymouth-0.9.2/src/plugins/splash/tribar/plugin.c   2015-05-24 21:35:09.136951216 +0200
3 @@ -180,10 +180,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.9.2/src/plugins/splash/text/plugin.c.orig        2015-05-24 21:32:03.446959010 +0200
17 +++ plymouth-0.9.2/src/plugins/splash/text/plugin.c     2015-05-24 21:36:36.543614214 +0200
18 @@ -171,13 +171,13 @@
19  
20          ply_terminal_set_color_hex_value (terminal,
21                                            PLY_TERMINAL_COLOR_BLACK,
22 -                                          0x2e3436);
23 +                                          PLYMOUTH_BACKGROUND_START_COLOR);
24          ply_terminal_set_color_hex_value (terminal,
25                                            PLY_TERMINAL_COLOR_WHITE,
26                                            0xffffff);
27          ply_terminal_set_color_hex_value (terminal,
28                                            PLY_TERMINAL_COLOR_BROWN,
29 -                                          0x979a9b);
30 +                                          PLYMOUTH_BACKGROUND_END_COLOR);
31  
32          ply_text_display_set_background_color (view->display,
33                                                 PLY_TERMINAL_COLOR_BLACK);
This page took 0.138097 seconds and 3 git commands to generate.