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", }