Color change - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Color change (/showthread.php?tid=263982) |
Color change - DchromE - 2016-03-12 Hello there. I'm having a difficult time changing the color of the highlight text in Confluence on the main home screen. Instead of the blue when I hover over the word I want red. Which xml do I have to edit? If you could provide the steps to make this happen I would appreciate it. Thanks. RE: Color change - YggdrasiI - 2016-03-15 Hello the entries of this bar are defined in Home.xml, i.e. line 866. The name in the subnode <textcolor> should be defined in colors/defaults.xml. Regards Yggdrasil, P.S. If you want search for more position of some label, try a look into my repo: https://github.com/YggdrasiI/skin.confluence.480 You can use './parseTemplates --debug-labels --force' to replace all label text with its position in the xml file. The position should be the same as in the default confluence skin. |