[49g] better looking HP logo

This commit is contained in:
Gwenhael Le Moine 2024-10-06 20:36:33 +02:00
parent b91cf67101
commit 58bba20273
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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,