Forum Discussion
btpoole
9 years agoChannel Surfer
Yes that's what it looks to be doing. My confusion is that my initial theme setup uses a black backgroud color and logo. I don't have the banner stripe or the blue color called anywhere.
app = CreateObject("roAppManager")
secondaryText = "#FFED6D"
primaryText = "#FFED6D"
buttonText = "#C0C0C0"
buttonHighlight = "#ffffff"
backgroundColor = "#000000"
theme = {
BackgroundColor: backgroundColor
GridScreenOverhangSliceHD: "pkg:/images/roku-app-overhang.png"
GridScreenOverhangSliceSD: "pkg:/images/roku-app-overhang.png"
GridScreenOverhangLogoHD: ""
GridScreenOverhangLogoSD: ""
GridScreenOverhangOffsetSD_X: "230"
GridScreenOverhangOffsetSD_Y: "72"
GridScreenOverhangOffsetHD_X: "230"
GridScreenOverhangOffsetHD_Y: "72"
BreadcrumbTextLeft: "#FFED6D"
BreadcrumbTextRight: "#FFED6D"
BreadcrumbDelimiter: "#FFED6D"
ThemeType: "generic-dark"
ListItemText: secondaryText
ListItemHighlightText: primaryText
ListScreenDescriptionText: secondaryText
ListItemHighlightHD: "pkg:/images/selected-bg.png"
ListItemHighlightSD: "pkg:/images/selected-bg.png"
}