I just uploaded a sample app showing the different theme attributes supported:
http://sourceforge.net/projects/rokusdk ... p/downloadAnd here's the snippet for your reference:
theme.BackgroundColor = "#222222"
theme.TextScreenBodyText = "#f0f0f0"
theme.TextScreenBodyBackgroundColor = "#111111"
theme.TextScreenScrollBarColor = "#a0a0a0"
theme.TextScreenScrollThumbColor = "#f0f0f0"
theme.ButtonHighlightColor = "#ff0000"
theme.ButtonNormalColor = "#0000ff"
Docs have been updated as well.
Thanks for pointing out the missing attributes!
--Kevin