I'm sure we've all seen that Winterboard's "White Icon Labels" theme doesn't completely bring back the stock look of the icon text, namely it's missing the text shadows that give it the more 3-Dimensional appearance.
To fix that, open Info.plist in the "White Icon Labels.theme" folder, delete the contents, then copy in the following:
Respring and you then you should have white icon labels WITH the text shadow...
To fix that, open Info.plist in the "White Icon Labels.theme" folder, delete the contents, then copy in the following:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>UndockedIconLabelStyle</key>
<string>color: white; text-shadow: #000000 0px 1px 2px</string>
<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #000000 0px 1px 2px</string>
</dict></plist>
Respring and you then you should have white icon labels WITH the text shadow...