From 3e0dfd9d7d478ccc1c1e1a81d6b5943dd2607b6b Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sun, 28 Jun 2020 12:28:18 +0100 Subject: [PATCH] cpu: bg colour --- src/bin/ui/ui_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/ui_cpu.c b/src/bin/ui/ui_cpu.c index 0e4af97..dcb2cd0 100644 --- a/src/bin/ui/ui_cpu.c +++ b/src/bin/ui/ui_cpu.c @@ -1,7 +1,7 @@ #include "ui_cpu.h" #define COLOR_FG 0xff2f99ff -#define COLOR_BG 0xff323232 +#define COLOR_BG 0xff202020 typedef struct { Ui *ui;