]> git.pld-linux.org Git - packages/plymouth.git/blobdiff - text-colors.patch
- updated to 0.9.2 (note: new sonames)
[packages/plymouth.git] / text-colors.patch
index a14c8f3c8273de8d12874eecad7b5df42844d159..bf14387247b7cca32680f1f9ea67d10b60e183d7 100644 (file)
@@ -1,30 +1,33 @@
---- plymouth-0.8.4/src/plugins/splash/tribar/plugin.c~ 2011-02-09 21:07:14.000000000 +0100
-+++ plymouth-0.8.4/src/plugins/splash/tribar/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);
+--- plymouth-0.9.2/src/plugins/splash/tribar/plugin.c.orig     2015-05-24 21:32:03.443625675 +0200
++++ plymouth-0.9.2/src/plugins/splash/tribar/plugin.c  2015-05-24 21:35:09.136951216 +0200
+@@ -180,10 +180,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);
---- plymouth-0.8.8/src/plugins/splash/text/plugin.c~   2014-04-29 18:42:57.000000000 +0200
-+++ plymouth-0.8.8/src/plugins/splash/text/plugin.c    2014-04-29 18:55:53.714017941 +0200
-@@ -177,10 +177,10 @@
-                                     0xffffff);
-   ply_terminal_set_color_hex_value (terminal,
-                                     PLY_TERMINAL_COLOR_BLUE,
--                                    0x3465a4);
-+                                    PLYMOUTH_BACKGROUND_START_COLOR);
-   ply_terminal_set_color_hex_value (terminal,
-                                     PLY_TERMINAL_COLOR_BROWN,
--                                    0x979a9b);
-+                                    PLYMOUTH_BACKGROUND_END_COLOR);
+         ply_text_display_set_background_color (view->display,
+                                                PLY_TERMINAL_COLOR_BLACK);
+--- plymouth-0.9.2/src/plugins/splash/text/plugin.c.orig       2015-05-24 21:32:03.446959010 +0200
++++ plymouth-0.9.2/src/plugins/splash/text/plugin.c    2015-05-24 21:36:36.543614214 +0200
+@@ -171,13 +171,13 @@
  
-   ply_text_display_set_background_color (view->display,
-                                          PLY_TERMINAL_COLOR_BLACK);
+         ply_terminal_set_color_hex_value (terminal,
+                                           PLY_TERMINAL_COLOR_BLACK,
+-                                          0x2e3436);
++                                          PLYMOUTH_BACKGROUND_START_COLOR);
+         ply_terminal_set_color_hex_value (terminal,
+                                           PLY_TERMINAL_COLOR_WHITE,
+                                           0xffffff);
+         ply_terminal_set_color_hex_value (terminal,
+                                           PLY_TERMINAL_COLOR_BROWN,
+-                                          0x979a9b);
++                                          PLYMOUTH_BACKGROUND_END_COLOR);
+         ply_text_display_set_background_color (view->display,
+                                                PLY_TERMINAL_COLOR_BLACK);
This page took 0.038609 seconds and 4 git commands to generate.