+ Reply
Results 1 to 2 of 2

Thread: Font Color

  1. #1
    What's Jailbreak? stfu's Avatar
    Join Date
    Aug 2009
    Location
    San Antonio
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Font Color

    Was wondering if there is a plist file on the iphone that holds the color information for the icon names and time stamp at the top? I found how to create a plist and use it in Winterboard, but I am avoiding Winterboard. Any ideas?

  2. #2
    Green Apple
    Join Date
    Oct 2009
    Location
    California
    Posts
    44
    Thanks
    2
    Thanked 5 Times in 5 Posts

    Hey man I don't know about the first item but the time on the status bar up top is easy just create a new info.plist document in the theme folder and copy the following into it...

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    
    	<key>TimeStyle</key>
    	<string>color: #03a1fb</string>
    
    </plist>
    Change the #03a1fb to whatever color you want you just need the hex colors..

    500+ Named Colours with rgb and hex values

    Theres a list of some colors with their hex value! =P

    Enjoy I hope this was what you were looking for!
    Kukag

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts