Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jluce50

macrumors regular
Original poster
Dec 11, 2008
123
0
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:
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...
 
Interesting. this just made me realize that my icon labels are grey with no shadows. what the hell? Did Winterboard **** this up?
 
How do I get my original icon labels back? There is nothing turned on in Winterboard.

It's a known bug with Winterboard in OS4, which is why they included the "White Icon Labels" theme. Using the modification I posted above, it'll look about 98% back to normal.
 
does anyone have the orignal plist for the white text as i changed mine without saving and its messed up my theme. DUH!
 
Just reinstall Winterboard through Cydia. It should just reinstall the default themes (including White Icon Labels) without messing with the themes you've installed. Still, not a bad idea to back them up first...
 
Interesting. this just made me realize that my icon labels are grey with no shadows. what the hell? Did Winterboard **** this up?

Drop shadows were’t there in 3.x so winterboard didn’t include them by default. Winterboard hasn’t yet been updated to show drop shadows and stuff.
 
I much prefer this version:

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 2px 3px</string>

<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #000000 0px 2px 3px</string>

</dict></plist>

S-
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.