]> granicus.if.org Git - nethack/commitdiff
Make background appear as a proper black
authorRay Chason <ray.chason@protonmail.com>
Sun, 26 Jan 2020 01:44:17 +0000 (20:44 -0500)
committerPasi Kallinen <paxed@alt.org>
Mon, 27 Jan 2020 07:54:59 +0000 (09:54 +0200)
sys/msdos/vidvesa.c

index 9294c3fb89a31ee522dc4f919c94ed431fcd3ae4..39b27c4b3e3d6c16916965485eb4ba7b744e77fc 100644 (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 */