From 1ff65ddfbdede439498835f0f4c277142f30a5e4 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Tue, 17 Sep 2013 17:48:02 +0300 Subject: [PATCH] Make background color black Change-Id: I68cb2a3840dcbc84f3047cfd1b2da3456cde55e8 Signed-off-by: Mikko Ylinen --- psplash-colors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psplash-colors.h b/psplash-colors.h index d701089..24a3a05 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 0x00,0x00,0x00 /* This is the color of any text output */ #define PSPLASH_TEXT_COLOR 0x6d,0x6d,0x70 -- 2.7.4