What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » 2009, change window colors of conversations

2009, change window colors of conversations
Author: Message:
insider
Junior Member
**


Posts: 64
– / Male / Flag
Joined: Feb 2009
RE: 2009, change window colors of conversations
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

This post was edited on 03-12-2009 at 02:48 PM by insider.
03-12-2009 02:44 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
2009, change window colors of conversations - by -Buffy on 03-11-2009 at 09:52 PM
RE: 2009, change window colors of conversations - by djdannyp on 03-11-2009 at 09:58 PM
RE: 2009, change window colors of conversations - by matty on 03-11-2009 at 10:02 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-11-2009 at 10:14 PM
RE: 2009, change window colors of conversations - by djdannyp on 03-11-2009 at 10:43 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-11-2009 at 10:55 PM
RE: 2009, change window colors of conversations - by djdannyp on 03-11-2009 at 11:02 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-11-2009 at 11:04 PM
RE: RE: 2009, change window colors of conversations - by djdannyp on 03-11-2009 at 11:07 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-11-2009 at 11:19 PM
RE: 2009, change window colors of conversations - by djdannyp on 03-11-2009 at 11:22 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-11-2009 at 11:23 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-11-2009 at 11:26 PM
RE: 2009, change window colors of conversations - by Nagamasa on 03-12-2009 at 02:04 AM
RE: 2009, change window colors of conversations - by insider on 03-12-2009 at 03:03 AM
RE: 2009, change window colors of conversations - by -Buffy on 03-12-2009 at 11:37 AM
RE: RE: 2009, change window colors of conversations - by djdannyp on 03-12-2009 at 11:40 AM
RE: 2009, change window colors of conversations - by -Buffy on 03-12-2009 at 11:46 AM
RE: 2009, change window colors of conversations - by matty on 03-12-2009 at 12:38 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-12-2009 at 12:52 PM
RE: 2009, change window colors of conversations - by insider on 03-12-2009 at 02:44 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-15-2009 at 11:14 AM
RE: 2009, change window colors of conversations - by -Buffy on 03-15-2009 at 11:35 AM
RE: RE: 2009, change window colors of conversations - by djdannyp on 03-15-2009 at 11:37 AM
RE: 2009, change window colors of conversations - by -Buffy on 03-15-2009 at 11:46 AM
RE: 2009, change window colors of conversations - by djdannyp on 03-15-2009 at 11:48 AM
RE: 2009, change window colors of conversations - by -Buffy on 03-15-2009 at 11:57 AM
RE: RE: 2009, change window colors of conversations - by djdannyp on 03-15-2009 at 12:28 PM
RE: 2009, change window colors of conversations - by -Buffy on 03-15-2009 at 12:36 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On