Results 1 to 9 of 9

Thread: How to mod. an info.plist for color variations

          
    Bookmark and Share
  1. #1
    Moderator TheCrow's Avatar
    Join Date
    Nov 2009
    Location
    Watching from Above
    Posts
    1,407
    iDevice
    iPod Touch4
    iOS
    4.1

    Thumbs up How to mod. an info.plist for color variations

    1. Make a new folder on your desktop. Call it however you want. I called mine FSM…

    2. Open a text editor. On OSX i use TextMate ( use what ever u want ) , on Windows use Notepad.

    3. Copy-Paste the following code in your new document
    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>NavigationBarStyle</key>
        <string>1</string>
        <key>UndockedIconLabelStyle</key>
        <string>/*font-family: monospace;*/ font-size: 13px; color: Hex_Value</string>
        <key>DockedIconLabelStyle</key>
        <string>/*font-family: monospace;*/ font-size: 13px; color: Hex_Value</string>
        <key>TimeStyle</key>
        <string>/*font-family: monospace;*/ font-size: 16px; color: Hex_Value</string>
        </dict>
        </plist>
    NOTE1:

    * notice that you have 3 locations: NavigationBarStyle , UndockedIconLabelStyle, TimeStyle . You can change the font color for all of the locations, or just one . You choose what colors you want to use. If you want to change only the color of the clock ( TimeStyle ), for example, the other two , you will leave blank.

    NOTE2:

    * What is a “Hex Value” ? In mathematics and computer science, hexadecimal (also base-16, hexa, or hex) is a numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or a through f) to represent values ten to fifteen. You still have no idea , i know. When it comes to colors, hex value is basically the RGB value represented by 6 digits and letters. Those 6 digits and letters are taken two by two and they represent the value of R G and B.
    * How to get “Hex Values” ? This is extremely simple. I use Photoshop for this. If you use Photoshop, i dont need to explain you how to get a hexa color, although i will have a screenshot below. If you dont use/have any photo editing software on your computer, there are plenty of sites on the www. that you can use for this. For example , go here, and play with the RGB sliders until you get the color you want. Than copy paste the hexa code in your document.

    Than just copy the (Hex) code number from PhotoShop, something similar to this (00bd145) and than put it in the desired text your trying to mod.
    Last edited by MTKZ; 04-02-2011 at 06:23 PM.

  2. #2
    Freak Tatloe's Avatar
    Join Date
    Jul 2009
    Location
    Baltimore Maryland
    Posts
    248
    iDevice
    iTouch 4G
    iOS
    4.2.1
    Carrier
    VirginUSA

    Default

    Thanks for the help!, very helpful tutorial!

  3. #3
    Moderator TheCrow's Avatar
    Join Date
    Nov 2009
    Location
    Watching from Above
    Posts
    1,407
    iDevice
    iPod Touch4
    iOS
    4.1

    Default

    Thanks, I*C the Moderator might make it a Sticky and that is what I hope for because many would like to play with the info.plist themselves right?

  4. #4
    Supervisor monty's Avatar
    Join Date
    Jul 2009
    Location
    TX
    Posts
    982
    iDevice
    iPhone 4s
    iOS
    5.1.1

    Default

    Great tut crow, very informative

  5. #5
    Supervisor turtlepaw's Avatar
    Join Date
    Jan 2010
    Location
    Vancouver, B.C.
    Posts
    2,263
    iDevice
    iPhone 4
    iOS
    5
    Carrier
    Telus

    Default

    Wow, I've never seen this tutorial before! Thanks for the info Crow!

  6. #6
    Administrator Slate004's Avatar
    Join Date
    May 2009
    Location
    Va
    Posts
    2,941
    iDevice
    iPhone4S
    iOS
    iOS6
    Carrier
    AT&T

    Default

    Thanks for the share bro big time ................. Ive done this before but quickly forget when im attempting new themes :P

  7. #7
    New Here jranders's Avatar
    Join Date
    Sep 2009
    Location
    U.S.A.
    Posts
    13
    iDevice
    3G
    iOS
    3.1.2

    Default

    how about the lock clock color , how do you change that?

  8. #8
    Supervisor monty's Avatar
    Join Date
    Jul 2009
    Location
    TX
    Posts
    982
    iDevice
    iPhone 4s
    iOS
    5.1.1

    Default

    I dont think can at the moment, never seen anyone else do it ha

  9. #9
    Supervisor adlyr's Avatar
    Join Date
    Jul 2009
    Posts
    704
    iDevice
    iPhone 4

    Default

    The only way to do the Lock Clock, is to basically hide it, and make a new one with html. But unless you know what your doing, there will likely be some issues.


Similar Threads

  1. Basic Info.plist guide
    By i*C in forum General
    Replies: 11
    Last Post: 08-07-2010, 12:50 PM
  2. change lockinfo font color
    By mdrossi in forum General
    Replies: 13
    Last Post: 03-20-2010, 12:13 PM
  3. Status Bar Color
    By TheCrow in forum General
    Replies: 3
    Last Post: 02-22-2010, 05:11 PM
  4. SMS Text Color
    By kpal in forum General
    Replies: 13
    Last Post: 02-04-2010, 08:02 PM
  5. Basic Info.plist guide
    By Slamey in forum General
    Replies: 3
    Last Post: 02-09-2009, 06:29 AM

Posting Permissions

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