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