Made blue colour lighter so it's easier to see on black backgrounds.

This commit is contained in:
Rob Pearce 2021-12-08 09:51:22 +11:00
parent 134542ed8f
commit 415a15a523
1 changed files with 1 additions and 1 deletions

2
io.c
View File

@ -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);