color - 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: Estouchy (https://forum.kodi.tv/forumdisplay.php?fid=261) +---- Thread: color (/showthread.php?tid=321802) |
color - helstar - 2017-09-21 was looking to change the color of this skin. really new to editing anything in Kodi. but willing to learn. default color I think is blue RE: color - ronie - 2017-09-21 changing text colors is easy, simply change the hex values in the color definition file: https://github.com/xbmc/xbmc/blob/2bdd69019dff024c7a5aeed1a3056dfd6d957975/addons/skin.estouchy/colors/defaults.xml#L8-L9 changing the colors of all the graphics would be a lot more work... you need to go through all the images in the media folder and convert them to a different color. when done, use texturepacker (http://kodi.wiki/view/Texturepacker) to create a Textures.xbt file. |