Does anyone know how to change the text color of individual elements in a
list component.

I know I can use setStyle to change all the text colors like so:

List.setStyle("color", "0xCC0000");

but how do you change individual elements of the List component?

Thanks