2012-04-23, 21:57
Why were the .xbt's removed from github? Just did a clean download and now the themes aren't working, have to manually grab them from the first post.
(2012-04-23, 22:29)stoli Wrote: They mess up the pull requests to the official repo. Once it gets pulled in the next day or two I will put them back. Sorry about that.
(2012-04-23, 22:50)stoli Wrote: Yeah, and that would also entail figuring out what the hell I am actually doing in git. I'll work on it.
(2012-07-19, 22:51)gcdlz Wrote: Each of the themes have a different color "overlay" which gives the background fanart a dull colored appearance. Is there a change I can make to get rid of this and give the fanart the clear bright appearance?
(2012-07-20, 01:15)Steveb Wrote:Thanks so much, just what I needed. Also the information about the level of diffuse was very helpful.(2012-07-19, 22:51)gcdlz Wrote: Each of the themes have a different color "overlay" which gives the background fanart a dull colored appearance. Is there a change I can make to get rid of this and give the fanart the clear bright appearance?
Each theme has a corresponding color xml located in the colors dir (skin.metropolis/colors/). To change the fanartdiffuse to clear, look for the entry <color name="FanartDiffuse">32FFFFFF</color> and change to <color name="FanartDiffuse">FFFFFFFF</color>. This example is for the default theme (defaults.xml) but the rest of the themes use the same principal. Some of the text could be a bit hard to read with no diffuse so I would experiment using dirrerent values (eg 'AAFFFFFF') untill your happy.
I should explain the hex ARGB format, the first two hex values are the Alpha then Red,Green,Blue.
00 = Lowest Value FF = Highest Value