<?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: #FFFFFF 0px 0px 5px</string>
<key>DockedIconLabelStyle</key>
<string>color: white; text-shadow: #FFFFFF 0px 0px 5px</string>
</dict></plist>
Just wondering if anyone knows how to make the icons letters glow like this? Not sure if its an SSH mod or through Cydia...Thanks
What theme is this?? I really like it!
Very simple mod.
SSH to your winterboard themes folder and edit white icon labels themes .plist and replace it with this
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: #FFFFFF 0px 0px 5px</string> <key>DockedIconLabelStyle</key> <string>color: white; text-shadow: #FFFFFF 0px 0px 5px</string> </dict></plist>