From 7dbd871032527833b7b99d1c74c78421fd01a674 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 23 Dec 2015 11:29:14 -0800 Subject: [PATCH] Pure yellow is better for YELLOW_C --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 314dc091..cfdb0609 100644 --- a/constants.py +++ b/constants.py @@ -107,7 +107,7 @@ COLOR_MAP = { "GREEN_A" : "#C9E2AE", "YELLOW_E" : "#E8C11C", "YELLOW_D" : "#F4D345", - "YELLOW_C" : "#FCE15B", + "YELLOW_C" : "#FFFF00", "YELLOW_B" : "#FFEA94", "YELLOW_A" : "#FFF1B6", "GOLD_E" : "#C78D46",