+ Reply
Results 1 to 20 of 20
  1. #1
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Default Change calender icon's date color?

    Is it possible to change the color of the date (appearing on the icon of your calender) from black to white (or any other color?)

    Thanks in advance!

  2. #2
    iPhoneaholic ceelo2008's Avatar
    Join Date
    Jul 2007
    Location
    New Jersey
    Posts
    347
    Thanks
    27
    Thanked 36 Times in 30 Posts

    Simple edit the info.plist..

  3. #3
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Hmm, I don't see any color strings?
    This is what I see (It's the info.plist that is in the same folder as the Calendar Icon)

    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>CFBundleDevelopmentRegion</key>
    	<string>English</string>
    	<key>CFBundleExecutable</key>
    	<string>MobileCal</string>
    	<key>CFBundleIdentifier</key>
    	<string>com.apple.mobilecal</string>
    	<key>CFBundleInfoDictionaryVersion</key>
    	<string>6.0</string>
    	<key>CFBundlePackageType</key>
    	<string>APPL</string>
    	<key>CFBundleSignature</key>
    	<string>????</string>
    	<key>CFBundleVersion</key>
    	<string>1.0</string>
    	<key>DTPlatformName</key>
    	<string>iphoneos</string>
    	<key>DTSDKName</key>
    	<string>iphoneos2.2.internal</string>
    	<key>MinimumOSVersion</key>
    	<string>2.2</string>
    	<key>NSPrincipalClass</key>
    	<string>UIApplication</string>
    	<key>SBDemoRole</key>
    	<string>Calendar</string>
    	<key>SBIconClass</key>
    	<string>SBCalendarApplicationIcon</string>
    	<key>UIPriority</key>
    	<integer>25</integer>
    </dict>
    </plist>

  4. #4
    Green Apple
    Join Date
    Feb 2009
    Posts
    96
    Thanks
    9
    Thanked 15 Times in 12 Posts

    no, the info.plist thats in the root folder of your theme.

    <key>CalendarIconDateStyle</key>
    <string>font-color: Blue</string>

  5. The Following 2 Users Say Thank You to StaticFX For This Useful Post:

    delark (03-20-2009), iPhone4Gzy (02-24-2011)

  6. #5
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Thanks mate, much appreciated! Will notify if it work, or not

  7. #6
    Green Apple
    Join Date
    Feb 2009
    Posts
    96
    Thanks
    9
    Thanked 15 Times in 12 Posts

    youre welcome.

  8. #7
    What's Jailbreak? mast411's Avatar
    Join Date
    Mar 2009
    Location
    NY
    Posts
    17
    Thanks
    1
    Thanked 2 Times in 2 Posts

    didn't work i out it in the info.plist in my theme folder....

  9. #8
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    here it is in a theme for you guys
    Attached Files Attached Files

  10. The Following 2 Users Say Thank You to galaxygrrl For This Useful Post:

    csee4 (05-21-2010), delark (03-21-2009)

  11. #9
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Thanks mate! I didn't had the time to get to it, but you've made it alot easier! Kuddo's to you ;D

  12. #10
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    You will need to change the colors because right now it's purple and light aqua which is not what you want. Just put in the hex colors you want and your are set.

  13. #11
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Hmm, I don't want to be difficult, but it doesn't change the numbers on the icon itself? What I want to see changed are the date numbers and the date on the little icon that leads you to your calender.

    Although, thanks for the effort!

  14. The Following User Says Thank You to delark For This Useful Post:

    csee4 (05-21-2010)

  15. #12
    iPhoneaholic
    Join Date
    Dec 2008
    Posts
    359
    Thanks
    31
    Thanked 92 Times in 62 Posts

    opps sorry about that. posted the wrong one here is the right one
    Attached Files Attached Files

  16. The Following 4 Users Say Thank You to galaxygrrl For This Useful Post:

    csee4 (05-21-2010), delark (03-22-2009), mikeo97 (04-03-2009), xgrimreeferx (06-22-2009)

  17. #13
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Thanks! Trying that is the first thing I'll do!

  18. #14
    What's Jailbreak? mast411's Avatar
    Join Date
    Mar 2009
    Location
    NY
    Posts
    17
    Thanks
    1
    Thanked 2 Times in 2 Posts

    can u post a pic so i can see the diff. plzz

  19. #15
    Green Apple
    Join Date
    Mar 2009
    Location
    Belgium
    Posts
    56
    Thanks
    6
    Thanked 55 Times in 19 Posts

    Here you go:



    And galaxy, thanks again!

  20. #16
    Green Apple
    Join Date
    Feb 2009
    Posts
    96
    Thanks
    9
    Thanked 15 Times in 12 Posts

    sorry, moy code was wrong... lol

    ints not font-color... its just color

    <key>CalendarIconDateStyle</key>
    <string>color: Blue</string>

  21. #17
    What's Jailbreak?
    Join Date
    Feb 2009
    Posts
    24
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Any ideas on how to do this without winterboard?

  22. #18
    iPhoneaholic
    Join Date
    Aug 2007
    Posts
    343
    Thanks
    50
    Thanked 23 Times in 18 Posts

    Quote Originally Posted by delark View Post
    Here you go:



    And galaxy, thanks again!
    Could you please tell me what icon set or theme that is?

  23. #19
    What's Jailbreak?
    Join Date
    Jun 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default change color

    is it possible to personalize the color of every app? like not to put a undockediconslabelstyle key

  24. #20
    What's Jailbreak? csee4's Avatar
    Join Date
    Jul 2008
    Posts
    1
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default this was exactly what i was looking for...

    thank you all so much for this topic, i have just began to play with creating themes and this was a question i had come across. i can actually see the code and what editor i can use to edit the plist with. this has helped me dramatically.

    i do have maybe a silly question but just want to confirm. is the plist written in just basic XML format and saved as a *.plist file? if so where can i find the <key> elements to use for each app?

    i hope that makes sense...

Posting Permissions

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