From 7bb68dc00a586b4dc5cc2c1d564482ab67af88e2 Mon Sep 17 00:00:00 2001 From: Arjun A Rastogi <43435971+generationzcode@users.noreply.github.com> Date: Fri, 26 Jun 2020 15:26:16 +0530 Subject: [PATCH] added a color for cactus --- play/color.py | 1 + 1 file changed, 1 insertion(+) diff --git a/play/color.py b/play/color.py index 8ee5787..b64c68e 100644 --- a/play/color.py +++ b/play/color.py @@ -149,6 +149,7 @@ 'whitesmoke': (245, 245, 245), 'yellow': (255, 255, 0), 'yellowgreen': (154, 205, 50), +'cactus': (10 , 102, 54), 'transparent': ( 0, 0, 0, 0), }