RE: Contactlist, Statusmessages, Nicknames etc.
the colors of the contact list. are the 1002 style file
Foreground:rcclr("msgr",85); The "85" is just one example. can find various numbers in place.
All "Foreground:rcclr" are colors
The "85" is related to the folder colors "msgres_colors.txt ", the " 85" is the bank.
65=rgb(6,182,255)
74=rgb(100,122,172)
84=argb(0,255,255,255)
85=rgb(255,255,255)
86=rgb(0,0,0)
87=rgb(0,0,0),ref
621=rgb(51,51,51),ref
622=rgb(136,136,136),ref
623=rgb(53,90,136),ref
624=rgb(172,190,214)
631=rgb(136,136,136),ref
632=rgb(0,102,204),ref
You can change the "85", for the number, you want from the table that is within a file "msgres_colors.txt"
los "rgb" son los que determinan un color "(xxx,xxx,xxx)"
the (255,255,255) is white
can also create new colors. within its skininfo.xml. within its <New>
<New>
<Colors>
<Color Id="59501"><R>255</R><G>255</G><B>255</B></Color>
</Colors>
</New>
and this way replace the id by "85" of its new id color.
Foreground:rcclr("msgr",59501);
Remember to replace the style1002 by yours.
if all the "Foreground:rcclr", it puts "85", your contact list would be white.
and you'll realize what I say.
This post was edited on 02-21-2009 at 07:22 PM by insider.
|