Kodi Community Forum
Win Change Background Transparency? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Win Change Background Transparency? (/showthread.php?tid=305411)



Change Background Transparency? - Fresh Mike D - 2017-01-31

How would I go about editing the background transparency? I currently can barely see the backgrounds I set on the Zephyr Skin.

For instance:

Image

I found a settings XML for this skin @ "AppData\Roaming\Kodi\userdata\addon_data\skin.arctic.zephyr"

So I'm assuming I need to edit something there, but can't figure it out.


RE: Change Background Transparency? - Synopis - 2017-01-31

C:\Users\user\AppData\Roaming\Kodi\addons\skin.arctic.zephyr\colors

<color name="FanartFade">9Fffffff</color> Change "9" to something else. Default is 2 which is what your image shows. Higher means more clearer picture. If you want the fade still there

Quote:How much fanart is faded can be controlled in the color schemes in skin.arctic.zephyr/colors/
edit the xml corresponding to the theme you use and change:
Code:
<color name="FanartFade">2Fffffff</color>

Change the "2F" part to a different hex value -- higher values show more fanart



RE: Change Background Transparency? - 3500 - 2017-02-09

(2017-01-31, 17:56)Synopis Wrote: C:\Users\user\AppData\Roaming\Kodi\addons\skin.arctic.zephyr\colors

<color name="FanartFade">9Fffffff</color> Change "9" to something else. Default is 2 which is what your image shows. Higher means more clearer picture. If you want the fade still there

Quote:How much fanart is faded can be controlled in the color schemes in skin.arctic.zephyr/colors/
edit the xml corresponding to the theme you use and change:
Code:
<color name="FanartFade">2Fffffff</color>

Change the "2F" part to a different hex value -- higher values show more fanart

do you know how to make menu bar in home transparency?