diff --git a/crlcore/python/technos/common/colors.py b/crlcore/python/technos/common/colors.py index d5ef82762..c6d16a7d2 100644 --- a/crlcore/python/technos/common/colors.py +++ b/crlcore/python/technos/common/colors.py @@ -45,6 +45,7 @@ , 'Tan' : '210,180,140' # Shade of Browns , 'Yellow' : '255,255,0' # Shade of Yellows. , 'LightYellow' : '255,255,224' + , 'Purple' : '160,32,240' }