Skip to content

Commit

Permalink
Added Purple color to the defaul set.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Dec 5, 2023
1 parent cd1a441 commit 3ac2bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crlcore/python/technos/common/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}


Expand Down

0 comments on commit 3ac2bea

Please sign in to comment.