Changing overlay opacity? - 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: Changing overlay opacity? (/showthread.php?tid=328884) |
Changing overlay opacity? - dkplayaclub - 2018-02-24 Forgive me if this has already been discussed. I tried searching and flipped through a ton of posts but I may have just missed something. The frosted glass look overlay in this skin is nice but I would like to see the artwork a little clearer. Since there is no option, I assume I need to do some manual file editing but I'm not too good with this stuff. If someone could tell me how to lighten the overlay by about 20% I'd be grateful. RE: Changing overlay opacity? - jakmak - 2018-02-26 Check the XML files in the colors folder. Play around with these values. <color name="Background">ff000000</color> <color name="FanartFade">8Fffffff</color> <color name="FloorFade">D9000000</color> RE: Changing overlay opacity? - dkplayaclub - 2018-02-27 Thanks for your reply. I'm afraid that I don't know what to do with those values however. They don't seem to match any hex color code, so I assume they are something else? RE: Changing overlay opacity? - jakmak - 2018-02-27 https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4 RE: Changing overlay opacity? - dkplayaclub - 2018-02-28 OK. I see. Thank you for your help and for your patience. RE: Changing overlay opacity? - dkplayaclub - 2018-03-01 For anyone who is interested, I settled on these values. The difference is not massive but it does make the Fanart more prominent and is (for me at least) a definite improvement. <color name="Background">ffeeeeee</color> <color name="FanartFade">80ffffff</color> <color name="FloorFade">99e0e0e0</color> |