How to change the fanarts 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: How to change the fanarts transparency ? (/showthread.php?tid=246009) |
How to change the fanarts transparency ? - Josheh - 2015-11-02 Hello, I wish to change how much of the fanart backgrounds you see while browing movies. right now it's a tad too light, you can't see a thing, I'd like it to be a little brighter, Is this possible? if so how ? I've looked through defaults.xml but I just don't understand what I'm completely reading right here. Here's an image off the internet of what I mean - The Background is just a little too light for me, what code and where is it to change it and make it a little brighter? RE: How to change the fanarts transparency ? - braz - 2015-11-02 Change the first two values of the background color in colors/defaults.xml to something like EE or DD. RE: How to change the fanarts transparency ? - Josheh - 2015-11-02 Nothing happens what so ever, weird... Code: <color name="Background">ffdddddd</color> There's the code, I'm editing the background and nothing! RE: How to change the fanarts transparency ? - Josheh - 2015-11-02 I'd even like to see what it'd be like with no filtering back there, just showing the background if possible! RE: How to change the fanarts transparency ? - braz - 2015-11-02 So, did you change Background to dddddddd, for example, and reload the skin? You should notice the difference. RE: How to change the fanarts transparency ? - Josheh - 2015-11-04 Oh right, no. I just made it DD_whatever. I'll try renaming the whole lot, thanks ! RE: How to change the fanarts transparency ? - icebaer - 2015-11-05 Thoses values are defined as "AARRGGBB", where AA = transparency, RR = red, GG = green and BB = blue So you just have to edit the first two values of each entry. If you just want to see the background/fanart only, try using this: Code: <color name="Background">00dddddd</color> RE: How to change the fanarts transparency ? - MalevolentBunny - 2016-01-11 (2015-11-02, 06:09)braz Wrote: Change the first two values of the background color in colors/defaults.xml to something like EE or DD. where is the colors/default.xml? can't find anywhere |