# Pastebin EG3YiX6k psplash_%.bbappend FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI_append += "\ file://psplash-white-background.patch \ " Subject: [PATCH] Change psplash colors --- psplash-colors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psplash-colors.h b/psplash-colors.h index d701089..f3bf403 100644 --- a/psplash-colors.h +++ b/psplash-colors.h @@ -20,7 +20,7 @@ #define _HAVE_PSPLASH_COLORS_H /* This is the overall background color */ -#define PSPLASH_BACKGROUND_COLOR 0xec,0xec,0xe1 +#define PSPLASH_BACKGROUND_COLOR 0xff,0xff,0xff /* This is the color of any text output */ #define PSPLASH_TEXT_COLOR 0x6d,0x6d,0x70 -- 2.9.3