Made blue colour lighter so it's easier to see on black backgrounds.
This commit is contained in:
parent
134542ed8f
commit
415a15a523
2
io.c
2
io.c
|
@ -10055,7 +10055,7 @@ void initgfx(void) {
|
|||
initcol(C_AQUA, 12, 672, 632);
|
||||
initcol(C_RED, 1000, 0, 0);
|
||||
initcol(C_GREEN, 0, 1000, 0);
|
||||
initcol(C_BLUE, 0, 0, 1000);
|
||||
initcol(C_BLUE, 360, 670, 1000);
|
||||
initcol(C_INDIGO, 300, 0, 520);
|
||||
initcol(C_MAGENTA, 1000, 0, 1000);
|
||||
initcol(C_PINK, 820, 384, 576);
|
||||
|
|
Loading…
Reference in New Issue