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: 
dandroid
Visitor

Set text color for title text on roParagraphScreen?

Is it possible to set the color for title text on roParagraphScreen? I know you can set the color of breadcrumb text but I do not think you can use breadcrumbs on roParagraphScreen.

Thanks.
0 Kudos
3 REPLIES 3
bandal
Visitor

Re: Set text color for title text on roParagraphScreen?

Set in appMain.brs or where you set the theme.

theme.ParagraphBodyText = "#000000"
theme.ParagraphHeaderText = "#000000"

DA
0 Kudos
dandroid
Visitor

Re: Set text color for title text on roParagraphScreen?

That's only the header and body text though. I need the title text (top right text)
0 Kudos
bandal
Visitor

Re: Set text color for title text on roParagraphScreen?

The top right is the Breadcrumb.

I tried to find it and thought it was a setting like
theme.BreadcrumbTextRight = "#FF55FF"
But, nothing changed. There could be a hidden attribute not in the documentation to set it or it is something we can't set.
DA
0 Kudos