can replace only the colors by default and the default scene. this is facil. and without affecting those with different scenes.
if you are creating a skin, you do should know do this
skininfo.xml
replace the default scene, by the picture you want.
xml code:
<Replace>
<Graphics>
<Pictures>
<Picture Id="664">
<File>Images/664.png</File>
<Metadata>
<Colorize>false</Colorize>
</Metadata>
</Picture>
</Pictures>
</Graphics>
</Replace>
create new colors.
determine the values rgb color
xml code:
<New>
<Colors>
<Color Id="59500"><R>0</R><G>0</G><B>0</B></Color>
</Colors>
</New>
msgres_style_920.txt
xml code:
element[id=atom(imtaskbarcontainer)]
{
foreground:rcclr("msgr",20100);
background:rcclr("msgr",20102);
}
and change to
xml code:
element[id=atom(imtaskbarcontainer)]
{
foreground:rcclr("msgr",20100);
background:rcclr("msgr",59500);
}
xml code:
Element[ID=atom(WindowBarBG)]
{
background:rcclr("msgr",652);
and change to
xml code:
Element[ID=atom(WindowBarBG)]
{
background:rcclr("msgr",59500);
with this. you changed default values of the upper