From ba996232a440217050a02eb69b6458598cc39f2b Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Fri, 21 Oct 2022 22:57:59 -0400 Subject: [PATCH] Default background is black --- colorchord2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorchord2/main.c b/colorchord2/main.c index d4723c2..11d5340 100644 --- a/colorchord2/main.c +++ b/colorchord2/main.c @@ -74,7 +74,7 @@ int firstnewline = -1; // Define application colors RGBA format -#define BACKGROUND_COLOR 0x000080ff +#define BACKGROUND_COLOR 0x000000ff #define LINE_COLOR 0xffffffff #define TEXT_COLOR 0xffffffff // Text colors for the debug options at the bottom of the screen