Appending more than one color to an array loop of colors

Getting an error message with this "The operator & is undefined for the argument type(s) int, boolean.

Also in first line:

If I am understanding correctly, doesn’t that double the array length? Whereas I just want to add 2 colors…
:thinking: