]> git.pld-linux.org Git - packages/plymouth.git/commitdiff
- use colors from configure for text progress bar
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 27 Apr 2012 11:00:15 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    text-colors.patch -> 1.1

text-colors.patch [new file with mode: 0644]

diff --git a/text-colors.patch b/text-colors.patch
new file mode 100644 (file)
index 0000000..d4e8598
--- /dev/null
@@ -0,0 +1,15 @@
+--- plymouth-0.8.4/src/plugins/splash/text/plugin.c~   2011-02-09 21:07:14.000000000 +0100
++++ plymouth-0.8.4/src/plugins/splash/text/plugin.c    2012-04-27 12:56:30.461837997 +0200
+@@ -183,10 +183,10 @@
+                                     0xffffff);
+   ply_terminal_set_color_hex_value (terminal,
+                                     PLY_TERMINAL_COLOR_BLUE,
+-                                    0x0073B3);
++                                    PLYMOUTH_BACKGROUND_START_COLOR);
+   ply_terminal_set_color_hex_value (terminal,
+                                     PLY_TERMINAL_COLOR_BROWN,
+-                                    0x00457E);
++                                    PLYMOUTH_BACKGROUND_END_COLOR);
+   ply_text_display_set_background_color (view->display,
+                                          PLY_TERMINAL_COLOR_BLACK);
This page took 0.21707 seconds and 4 git commands to generate.