mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
text: Change default text splash's colors
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
This commit is contained in:
parent
26ab3df47a
commit
361cec592a
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue