Make background color black 83/10083/1
authorMikko Ylinen <mikko.ylinen@intel.com>
Tue, 17 Sep 2013 14:48:02 +0000 (17:48 +0300)
committerMikko Ylinen <mikko.ylinen@intel.com>
Tue, 17 Sep 2013 14:48:02 +0000 (17:48 +0300)
Change-Id: I68cb2a3840dcbc84f3047cfd1b2da3456cde55e8
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
psplash-colors.h

index d701089..24a3a05 100644 (file)
@@ -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