I am having issues trying to change the text color on roSpringboardScreen. In a futile attempt to get this working, I setup my theme as follows:
theme.SpringboardTitleText = "#ffffff"
theme.SpringboardActorColor = "#ffffff"
theme.SpringboardSynopsisText = "#ffffff"
theme.SpringboardGenreColor = "#ffffff"
theme.SpringboardRuntimeColor = "#ffffff"
theme.SpringboardDirectorLabelColor = "#ffffff"
theme.SpringboardDirectorColor = "#ffffff"
theme.SpringboardArtistColor = "#ffffff"
theme.SpringboardArtistLabelColor = "#ffffff"
theme.SpringboardAlbumColor = "#ffffff"
theme.SpringboardAlbumLabelColor = "#ffffff"
theme.EpisodeSynopsisText = "#ffffff"
theme.SpringboardTitleText respondes as expected, changing my title to white. I have also set my meta-data item to item.TextAttrs = {Color:"#FFFFFF"}
Nothing seems to be working. Any ideas? Thanks.