Files
color_blocks/config.py

29 lines
449 B
Python

config = dict(num_squares=312)
colors = [
'red',
'#0000FF',
'#CF5300',
'#0000CC',
'yellow',
'green',
'#2C2416',
'black',
'#1A1B29',
'#333333',
'#F98D8D',
'orange',
'#000080',
'#8B0000',
'#FFCE00',
'#006400',
'#CA278C',
'#3B0160',
'#9370DB',
]