Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lucasgonze
Visitor

text color of result list in search screen

If we change the background color of our app to black (theme.BackgroundColor = "#000000"), the history list/result list in the search dialog doesn't have enough contrast between text and background.

Any ideas?
0 Kudos
2 REPLIES 2
lucasgonze
Visitor

Re: text color of result list in search screen

I should add that I've tried resetting the contrasting color using all of the theme color attributes and it has no impact.
0 Kudos
RokuKevin
Visitor

Re: text color of result list in search screen

There is no way to change the colors of the keyboard letters. The other elements on the Search screen are skinnable though... including the history list/result list:

theme.ButtonMenuNormalText = "#FF0000"

and then to highlight / select the list:

theme.ButtonMenuHighlightText = "#FFFF00"
theme.ButtonMenuNormalOverlayText = "#00FFFF"

--Kevin
0 Kudos