[49g] better looking HP logo
This commit is contained in:
parent
b91cf67101
commit
58bba20273
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ color_t colors_49g[ NB_COLORS ] = {
|
||||||
},
|
},
|
||||||
/* UI4X_COLOR_HP_LOGO_BG */
|
/* UI4X_COLOR_HP_LOGO_BG */
|
||||||
{
|
{
|
||||||
.r = 0x68,
|
.r = 0x13,
|
||||||
.g = 0x68,
|
.g = 0x13,
|
||||||
.b = 0x6E,
|
.b = 0x13,
|
||||||
.a = 0xff,
|
.a = 0xff,
|
||||||
.mono_rgb = 0x00,
|
.mono_rgb = 0x00,
|
||||||
.gray_rgb = 0x68,
|
.gray_rgb = 0x68,
|
||||||
|
|
Loading…
Reference in a new issue