diff --git a/src/console.c b/src/console.c
index 478f93fc8c96f19270b5506e586943195ce4dc2b..c7bfe0fe18bd2a016757424b625dfefdc1596944 100644
--- a/src/console.c
+++ b/src/console.c
@@ -381,9 +381,9 @@ static void CON_SetupColormaps(void)
 	// Tried to keep the colors vanilla while adding some shades in between them ~SonicX8000
 
 	//                      0x1       0x3                           0x9                           0xF
-	colset(magentamap, 177, 177, 178, 178, 178, 181, 181, 181, 183, 183, 183, 183, 185, 185, 185, 186);
+	colset(magentamap, 177, 177, 178, 178, 178, 180, 180, 180, 182, 182, 182, 182, 184, 184, 184, 185);
 	colset(yellowmap,   82,  82,  73,  73,  73,  64,  64,  64,  66,  66,  66,  66,  67,  67,  67,  68);
-	colset(lgreenmap,   96,  96,  98,  98,  98, 101, 101, 101, 105, 105, 105, 105, 107, 107, 107, 108);
+	colset(lgreenmap,   96,  96,  98,  98,  98, 101, 101, 101, 104, 104, 104, 104, 106, 106, 106, 107);
 	colset(bluemap,    146, 146, 147, 147, 147, 149, 149, 149, 152, 152, 152, 152, 155, 155, 155, 157);
 	colset(redmap,      32,  32,  33,  33,  33,  35,  35,  35,  39,  39,  39,  39,  42,  42,  42,  44);
 	colset(graymap,      8,   9,  10,  11,  12,  13,  14,  15,  16,  17,  18,  19,  20,  21,  22,  23);