Alternate Color Schemes

There is interest in having some alternate color schemes for Patterning 2! If you are a graphic designer or have a knack for making cool color combinations, here’s your chance!

We’ll collect some here and then after there are enough choices we can take a vote about which one(s) to add.

The format needs to be 8 “highlight” colors followed by 8 “shadow” colors, one for each track. In p2, each highlight color is a shade of blue, and each shadow is a shade of gray, for example.

return  @[
[UIColor colorWithRed: 0.569058 green: 0.612245 blue: 0. alpha:1.],
[UIColor colorWithRed: 1.0 green:.093573 blue: 0.020408 alpha:1.],
[UIColor colorWithRed: 0.860869 green: 1. blue: 0.367347 alpha:1.],
[UIColor colorWithRed: 0.0 green:.845457 blue: 0.979592 alpha:1.],
[UIColor colorWithRed: 0.0 green:.918367 blue: 0.70116 alpha:1.],
[UIColor colorWithRed: 0.530612 green: 0.449149  blue:0. alpha:1.],
[UIColor colorWithRed: 0.959268 green: 0. blue: 0.979592 alpha:1.],
[UIColor colorWithRed: 1.0 green:.576255 blue: 0.265306 alpha:1.],
[UIColor colorWithRed: 0.0 green:.290795 blue: 0.346939 alpha:1.],
[UIColor colorWithRed: 0.306122 green: 0. blue: 0.152426 alpha:1.],
[UIColor colorWithRed: 0.217551 green: 0.231025 blue: 0.313061 alpha:1.],
[UIColor colorWithRed: 0.451531 green: 0.382367 blue: 0.313776 alpha:1.],
[UIColor colorWithRed: 0.238469 green: 0.343163 blue: 0.310582 alpha:1.],
[UIColor colorWithRed: 0.209184 green: 0.233572 blue: 0.30102 alpha:1.],
[UIColor colorWithRed: 0.180612 green: 0.148831 blue: 0.12551 alpha:1.],
[UIColor colorWithRed: 0.598367 green: 0.518618 blue: 0.422041 alpha:1.]
];

If you DM me your color combo, I can load it up and screenshot it to share here. And give it a name so we can eventually vote on them!