From aec56c63be16dfe82c33287a833a72b3b97b97a3 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 29 Jun 2019 15:19:43 -0700 Subject: [PATCH] Added LIGHT_PINK --- manimlib/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manimlib/constants.py b/manimlib/constants.py index e878d70b..cf37b5ef 100644 --- a/manimlib/constants.py +++ b/manimlib/constants.py @@ -217,6 +217,7 @@ COLOR_MAP = { "DARKER_GRAY": "#222222", "GREY_BROWN": "#736357", "PINK": "#D147BD", + "LIGHT_PINK": "#DC75CD", "GREEN_SCREEN": "#00FF00", "ORANGE": "#FF862F", }