I'm trying to change the background color of the bands I have in my simile timeline. Some of the attributes I've been using have been out of date and it's taken a while to find the latest way to call on that attribute to change part of the timeline. I currently have
theme.ether.backgroundColors = ["#CCCCCC","#E6E6E6","#CCFF66","#E4FF41"];
That line should set each band to a different background color. But it isn't doing that. Can anyone help? Thanks!