Kodi Community Forum

Full Version: How/where can I change the background diffuse?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First let me say thanks for the great workBig Grin

I am trying to lighten up the custom background image so its not so dark.
Any info would be great.
Thanks

>>>>>>>>>>>>>edit<<<<<<<<<<<<<<<<
I found it in colors/defaults.xml

Code:
<color name="BackgroundDiffuse">33FFFFFF</color>
Changed to:
Code:
<color name="BackgroundDiffuse">60FFFFFF</color>
Big Grin Just what I needed!