(I posted this on ipodtouchfans n will post it here because I know users here have been curious how to do this)
First off propz to Saurik for the quality release, loving the fact that every few hours I open Cydia im findin that winteboard is being actively worked on, n it keeps gettin better, lookin forward to an implementation of a proper GUI in the near future, but for the meantime, its made warming into 2.0 alot more pleasant given the fact that im gettin my pre 1.1.4 update customization back on 2.0.
Last night I was browsing the forum n i came across a post that got into the whole process of how to edit the other.artwork using winterboard, and in the information tab in Cydia Saurik said information on this would be released soon in the more info section, although that hasnt been updated. What I found is if you navigate to *UPDATED* /Library/Themes/com.Saurik with your SSH client, and open the info.plist you will get something like this (ive attached what each string does): (UPDATED)
<key>NavigationBarStyle</key>
<string>2</string>
--Controls the other.artwork, string value 0 ( Blue bar) , value 1 ( black bar), value 2 (transparent) these changes can be seen if you open your prefrences on the spring board where it says settings on the top, depending on the string value, other.artwork will be changed. If 2 is set, you will be able to see your background behidn the settings text.
<key>UndockedIconLabelStyle</key>
<string>font-family: monospace; font-size: 13px; color: white</string>
-- Changing the text after color alters the springboard icons to any color, if you come up with any other variations other then red, blue, black, red, white, green, purple, orange or pink let me know (transparent also works for no text btw)
After font-family: just insert any font in your font cache with its name, n it will be used, to not use a custom font all together, delete that line all the way up to the beginning of color so the string looks like this <string> color: white</string>
<key>DockedIconLabelStyle</key>
<string>font-family: hell; font-size: 13px; color: burlywood</string>
-- This changes the icon labels of the dock text, same type of thing as explained above, do note parts or entire lines can be removed to cater towards what u want to do with your plist.
<key>TimeStyle</key>
<string>font-family: monospace; font-size: 16px; color: black</string>
--This is for the clock in the status bar you can set the font type, font size and even font color.
for all color possibilitys check here: http://www.w3schools.com/HTML/html_colornames.asp
_____________________
So all you have to essentially do, is copy the info.plist from Library/Themes/Saurik, to your other theme folders for instance (/Library/Themes/PlainJainDim) and use it as a template which you can edit to cater towards your font color and custom artwork preferences. Save Changes, and apply through winterboard, n your good to go!
I searched the forum n saw that this wasn't posted, so if it was, mind me, but just sharing the knowledge for those who weren't aware of this, enjoy
A screenshot of my Badge White Embossed Dock Edition theme, with font text in black for the dock is attached below
***For Those having problems applying styling to there themes, MAKE SURE you are using the updated info.plist located in the Saurik theme directory as to it having updated labels for elements, if your applying an old info.plist to the newer winterboard update, styling will not happen, hope that helps
