From 0258c5d752fee851ff3d8d13fc838313f8a64fe8 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 17 Jan 2017 23:14:10 +0000 Subject: [PATCH] Adjusted DARK_RED color for strict 256 color palette mode. --- src/musikbox/cursespp/Colors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikbox/cursespp/Colors.cpp b/src/musikbox/cursespp/Colors.cpp index d16ea9c44..86178d554 100755 --- a/src/musikbox/cursespp/Colors.cpp +++ b/src/musikbox/cursespp/Colors.cpp @@ -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