mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 17:48:01 +02:00
use the configured colors for the gradient
Use the colors specified at configure time instead of hard-coded values.
This commit is contained in:
parent
a46239affe
commit
2d382570be
1 changed files with 2 additions and 1 deletions
|
|
@ -436,7 +436,8 @@ on_erase (ply_boot_splash_plugin_t *plugin,
|
|||
area.height = height;
|
||||
|
||||
ply_frame_buffer_fill_with_gradient (plugin->frame_buffer, &area,
|
||||
0x807c71, 0x3a362f);
|
||||
PLYMOUTH_BACKGROUND_START_COLOR,
|
||||
PLYMOUTH_BACKGROUND_END_COLOR);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue