]> Chaos Git - corbenik/ctrulib.git/commitdiff
lighten up half bright green
authorDave Murphy <davem@devkitpro.org>
Fri, 12 Dec 2014 10:58:16 +0000 (10:58 +0000)
committerDave Murphy <davem@devkitpro.org>
Fri, 12 Dec 2014 10:58:16 +0000 (10:58 +0000)
libctru/source/console.c

index d2dcd3414119bf12fa7df720b0940aff8f667b59..be91236f0fee7b5f7124b702c2ccd30cd0af30c1 100644 (file)
@@ -10,7 +10,7 @@
 static u16 colorTable[] = {\r
        RGB565( 0, 0, 0),       // normal black\r
        RGB565(17, 0, 0),       // normal red\r
-       RGB565( 0,15, 0),       // normal green\r
+       RGB565( 0,34, 0),       // normal green\r
        RGB565(17,34, 0),       // normal yellow\r
        RGB565( 0, 0,17),       // normal blue\r
        RGB565(17, 0,17),       // normal magenta\r