Commit 25fad955 authored by Florent Revest's avatar Florent Revest

psplash: adapt the bootsplash to the asteroid-launcher's shutdown screen

parent 14510ffa
......@@ -20,7 +20,7 @@
#define _HAVE_PSPLASH_COLORS_H
/* This is the overall background color */
#define PSPLASH_BACKGROUND_COLOR 0xec,0xec,0xec
#define PSPLASH_BACKGROUND_COLOR 0x00,0x00,0x00
/* This is the color of any text output */
#define PSPLASH_TEXT_COLOR 0x6d,0x6d,0x6d
......@@ -29,6 +29,6 @@
#define PSPLASH_BAR_COLOR 0x6d,0x6d,0x6d
/* This is the color of the progress bar background */
#define PSPLASH_BAR_BACKGROUND_COLOR 0xec,0xec,0xec
#define PSPLASH_BAR_BACKGROUND_COLOR 0x00,0x00,0x00
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment