From 58bba2027318b0daca3b0301437157a2488d0709 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 6 Oct 2024 20:36:33 +0200 Subject: [PATCH] [49g] better looking HP logo --- src/ui4x/49g.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui4x/49g.c b/src/ui4x/49g.c index 2d67c9b..aea68a5 100644 --- a/src/ui4x/49g.c +++ b/src/ui4x/49g.c @@ -12,9 +12,9 @@ color_t colors_49g[ NB_COLORS ] = { }, /* UI4X_COLOR_HP_LOGO_BG */ { - .r = 0x68, - .g = 0x68, - .b = 0x6E, + .r = 0x13, + .g = 0x13, + .b = 0x13, .a = 0xff, .mono_rgb = 0x00, .gray_rgb = 0x68,