Make background appear as a proper black

This commit is contained in:
Ray Chason
2020-01-25 20:44:17 -05:00
committed by Pasi Kallinen
parent b296196a4a
commit b52392a5bc

View File

@@ -108,7 +108,7 @@ static int viewport_cols = 40;
static int viewport_rows = ROWNO;
static const struct Pixel defpalette[] = { /* Colors for text and the position bar */
{ 0x18, 0x18, 0x18, 0xff }, /* CLR_BLACK */
{ 0x00, 0x00, 0x00, 0xff }, /* CLR_BLACK */
{ 0xaa, 0x00, 0x00, 0xff }, /* CLR_RED */
{ 0x00, 0xaa, 0x00, 0xff }, /* CLR_GREEN */
{ 0x99, 0x40, 0x00, 0xff }, /* CLR_BROWN */