Its real easy LGC so I'll post some info here
Basically we made a script that will change the text colors in the includes xml by reading a small text file with the extenstion .cof
The text file must have this layout to it
Default for mc360 looks like this
QUOTE
TextcolorGrey=FF888888=textcolor
TextcolorDarkGrey=FF353535=textcolor
TextcolorWhite=FFFFFFFF=textcolor
TextcolorBlack=FF000000=textcolor
TextcolorDisabled1=60000000=disabledcolor
TextcolorDisabled2=60d0d0d0=disabledcolor
listselectedcolor=FFFFFFFF=selectedcolor
shadow-black=FF000000=shadowcolor
shadow-white=FFffffff=shadowcolor
shadow-grey=a0dadada=shadowcolor
You can then just save it ftp it over to your xbox Press start for the guide then "Personal Settings\Customise Theme\Font Colors\Read from file" and find the file you made and load it. the script will then change your colors and reload the skin
This is how the colors translate to the skin
name="shadow-grey" = MainButtons Text shadows
name="shadow-black" = White Text shadows
name="shadow-white" = GamerTag Shadows
name="TextcolorGrey" = Playlists now playing text
name="TextcolorDarkGrey" = Non Selected Blades
name="TextcolorWhite" = Blade titles and A,B,X,Y,white,black Button text
name="TextcolorBlack" = Buttons, List, Active blade Text
name="TextcolorDisabled1" = Disabled Buttons main windows
name="TextcolorDisabled2" = Disabled Text/buttons Dialog windows
name="listselectedcolor" = Selected Items Text Color
Now you can set these to any valid color valid colors are like so
FF000000the first 2 letters the bit in red are how transperant a color is if you make them 00 the color will be fully invisible and you wont see it and FF is no transperancy at all
The last 6 letters are the actual color and you can get those from most graphics programs or download this nice little tool made just for the xbox
http://www.xbox-skins.net/forums/index.php?download=1480As you can tell you can change the colors to pink green purple anything you want as long as the .cof file is the valid format above
This post has been edited by Jezz_X: Sep 20 2006, 12:24 AM