+ Reply
Results 1 to 3 of 3

Thread: Font colours?

  1. #1
    iPhone? More like MyPhone rasputin007's Avatar
    Join Date
    Aug 2009
    Location
    UK
    Posts
    259
    Thanks
    84
    Thanked 511 Times in 124 Posts

    Default Font colours?

    My request might have been answered already here, but a search did not gave me the answer to my question, hence this post.

    I am looking for a chart or something like this that explains what font colour name is what colour.
    It is easy with "Black" and "White", but what actually is MediumBlue etc???

    Another question: during my search I came across a post where hex values where used as font colours. I am very familiar with those as these are also used in Motomagx OS skins. So, can #hex values be used?

    Thanks

  2. #2
    What's Jailbreak?
    Join Date
    Nov 2009
    Posts
    13
    Thanks
    1
    Thanked 1 Time in 1 Post
    i was running into the same problem, with me, the font color would only change the clock color... but i did use a hex value as the color and it worked...below is what i had for an aqua/teal font color




    <?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>DockedIconLabelStyle</key>
    <string>font-family: Helvetica; font-size: 11px; color: #00FFE7;</string>
    <key>TimeStyle</key>
    <string>font-family: Helvetica; font-size: 15px; color: #00FFE7;</string>
    <key>UndockedIconLabelStyle</key>
    <string>font-family: Helvetica; font-size: 11px; color: #00FFE7;</string>
    <key>CalendarIconDateStyle</key>
    <string>color:00FF00;font-size: 30px;font-weight: bold; text-shadow: #A61FD7 1px 2px 3px;</string>
    <key>CalendarIconDayStyle</key>
    <string>color: 00FF00; font-size: 12px;</string>
    </dict>
    </plist>

  3. The Following User Says Thank You to ford_zilla For This Useful Post:

    rasputin007 (12-13-2009)

  4. #3
    iPhone? More like MyPhone rasputin007's Avatar
    Join Date
    Aug 2009
    Location
    UK
    Posts
    259
    Thanks
    84
    Thanked 511 Times in 124 Posts

    Cheers mate, that makes it now easier!

    Now just have to find the right colour.

    Last edited by rasputin007; 12-13-2009 at 06:46 PM.

Posting Permissions

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