]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
text: Change default text splash's colors
authorBastien Nocera <hadess@hadess.net>
Sat, 31 Jan 2015 20:24:12 +0000 (21:24 +0100)
committerRay Strode <rstrode@redhat.com>
Tue, 3 Feb 2015 15:19:33 +0000 (10:19 -0500)
As per GNOME mockups:
https://wiki.gnome.org/Design/OS/Boot

Note that this also removes the blue terminal color setting, as it is
not used in the text plugin.

https://bugs.freedesktop.org/show_bug.cgi?id=88888

src/plugins/splash/text/plugin.c

index 85cfda2eda8db2348fe49a3bf58bcff133145c02..468bb898728c6fec291311e6410a4a47f64c94af 100644 (file)
@@ -171,13 +171,10 @@ view_start_animation (view_t *view)
 
         ply_terminal_set_color_hex_value (terminal,
                                           PLY_TERMINAL_COLOR_BLACK,
-                                          0x000000);
+                                          0x2e3436);
         ply_terminal_set_color_hex_value (terminal,
                                           PLY_TERMINAL_COLOR_WHITE,
                                           0xffffff);
-        ply_terminal_set_color_hex_value (terminal,
-                                          PLY_TERMINAL_COLOR_BLUE,
-                                          0x3465a4);
         ply_terminal_set_color_hex_value (terminal,
                                           PLY_TERMINAL_COLOR_BROWN,
                                           0x979a9b);