]> git.pld-linux.org Git - packages/plymouth.git/blob - text-colors.patch
- use colors from configure for text progress bar
[packages/plymouth.git] / text-colors.patch
1 --- plymouth-0.8.4/src/plugins/splash/text/plugin.c~    2011-02-09 21:07:14.000000000 +0100
2 +++ plymouth-0.8.4/src/plugins/splash/text/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);
This page took 0.332209 seconds and 4 git commands to generate.