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;