cpu: bg colour

This commit is contained in:
Alastair Poole 2020-06-28 12:28:18 +01:00
parent 9ff3706a1b
commit 3e0dfd9d7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include "ui_cpu.h"
#define COLOR_FG 0xff2f99ff
#define COLOR_BG 0xff323232
#define COLOR_BG 0xff202020
typedef struct {
Ui *ui;