]> git.pld-linux.org Git - packages/plymouth.git/blobdiff - text-colors.patch
- use colors from configure for text progress bar
[packages/plymouth.git] / text-colors.patch
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.09356 seconds and 4 git commands to generate.