iPhone: Change Dock Font Color

By Jonesy44 on Nov 22, 2008

REQUIREMENTS;
Jailbroken iPhone/iPot
SSH Enabled
WinSCP/Another FTP Method
Winterboard.app

Create a new folder in: /private/var/stash/Themes.xxxxx/
Create a new file within that folder called: "Info.plist" CASE-SENSETIVE

Copy & Paste the code below into the file (Right click -> Edit (in winscp)) Change the color after the "COLOR:" part to edit colors to your choice

Open Winterboard, select the new folder you've made. Press the home button and wait for re-spring

<?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:SlateGray</string>
        <key>DockedIconLabelStyle</key>
        <string>color:LightSteelBlue</string>
    </dict>
</plist>

Comments

Sign in to comment.
Jonesy44   -  Nov 24, 2008

oh my bad! Lol, typo, i'll correct it now :P

Yeah, i believe that is possible. i also think you can make UIRoleDisplayName = "" so it doesn't show a label at all, but that's for more specific ones.

This is just a test run for the new section x]

 Respond  
guest598594   -  Nov 24, 2008

Create a new file within that folder called: "Info.list" CASE-SENSETIVE

You mean "Info.plist" :)

This is also helpful in making invisible icon labels, I believe you just do "color:transparent", something like that.

 Respond  
Jonesy44   -  Nov 22, 2008

Checked on Version 2.1 iPod Touch, should work on 2.x+

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.