Comment 11 for bug 257181

Revision history for this message
Luca Béla Palkovics (luca-bela-palkovics) wrote :

Yeah.. just use the example of the package ibusplash-dev
okay the example is buggy too xD you need to change this:
 .background = 0x0,
   .progressbar_background = 0x7,
   .progressbar_foreground = 0x156,
 .text_background = 0x15,
 .text_foreground = 0x31,
 .text_success = 0x171,
 .text_failure = 0x156,

this can be .. palette only goes till 0xFF xD
I will attach a fixed version here.

In this example the background color of the text-box should be #58451b (color index: 34)
And without the fixed usplash version it will use the color #000034 Blue

But only at 16Bit mode