Default background is black

This commit is contained in:
Sam Ellicott 2022-10-21 22:57:59 -04:00
parent 744f65defb
commit ba996232a4

View file

@ -74,7 +74,7 @@ int firstnewline = -1;
// Define application colors RGBA format // Define application colors RGBA format
#define BACKGROUND_COLOR 0x000080ff #define BACKGROUND_COLOR 0x000000ff
#define LINE_COLOR 0xffffffff #define LINE_COLOR 0xffffffff
#define TEXT_COLOR 0xffffffff #define TEXT_COLOR 0xffffffff
// Text colors for the debug options at the bottom of the screen // Text colors for the debug options at the bottom of the screen