Adjusted DARK_RED color for strict 256 color palette mode.

This commit is contained in:
casey langen 2017-01-17 23:14:10 +00:00
parent 351e93e57b
commit 0258c5d752

View File

@ -54,7 +54,7 @@ indicies we'll use to store them */
palette, use ones that most closely match our desired colors */
#define COLOR_256_GREEN 148
#define COLOR_256_RED 167
#define COLOR_256_DARK_RED 160
#define COLOR_256_DARK_RED 131
#define COLOR_256_YELLOW 185
#define COLOR_256_MEDIUM_GRAY 240
#define COLOR_256_ORANGE 208