-
07-17-2009, 09:55 PM #1
Changing color of Calandar Icon numbers
I did search and found this thread..
http://www.modmyi.com/forums/skinnin...ate-color.html
But, the info.plist in the location of ../stash/Applications/MobileCal.app/info.plist
It doesn't seem to be the same info.plist they are referring to... if i open the on in that location (the one in the same file as the icon itself) it is just a list of applications?
trying to get it white not black
thanks.
-
07-18-2009, 11:57 PM #2
Calendar Icon Text Mod
In your Winterboad theme main folder add the following into your Info.plist file using any text editor (notepad or wordpad will work fine, just be sure to save as .plist)
Example I use in my theme:
<key>CalendarIconDayStyle</key>
<string>font-family: arial; font-size: 8px; color: white; position:absolute; top:3px</string>
<key>CalendarIconDateStyle</key>
<string>font-family: courier new; font-size: 34px; color: #500082; text-shadow: #cfcfcf 1px 1px 1px; position:absolute; top:1px</string>
The position attribute is used to adjust the height of where the text appears on the icon. Font style can be changed, but only to fonts installed on the iphone. Obviously size font size can be changed, and font color. In the Date Style section I've also added text-shadow using html color code (#cfcfcf) and the 1px 1px 1px refers to the distances away from the text the shadow will appear.
What might work to suit your needs is just something like this:
<key>CalendarIconDateStyle</key>
<string>color: white;</string>
Here's a screenie
Last edited by ErnieChiara; 07-18-2009 at 11:57 PM. Reason: Automerged Doublepost
-
The Following User Says Thank You to ErnieChiara For This Useful Post:
SkyGuy5 (07-24-2009)
-
07-19-2009, 11:42 AM #3
By Winterboard themes file you you mean
/private/var/stash/themes.E4Mqf7/mytheme
I don't see a plist in there?
-
07-20-2009, 06:26 PM #4
First you have to have Winterboard installed. Then look in Library/Themes/YourTheme (where 'YourTheme' is the main folder of whatever your theme is named). Inside that main theme folder should be an Info.plist file into which you can insert the code above. Just be sure to back up the original just in case.
-
07-20-2009, 08:26 PM #5
Thanks for staying with me...
There is no plist in the main theme file, here is whats in there.
.../MyTheme/
Badges (folder)
Bundles (folder)
Dock.png
Folders (folder)
Icons (folder)
LockBackground.png
StatusBar.png
UIImages (folder)
UISounds (folder)
Wallpaper.png
thats it?
-
07-20-2009, 09:09 PM #6Super Duper Moderator
- Join Date
- Aug 2008
- Location
- Valley of the Sun, Arizona
- Posts
- 22,658
- Thanks
- 2,669
- Thanked 7,290 Times in 4,686 Posts
-
07-21-2009, 05:06 PM #7
I was digging around for a while for a means to do this.. Thanks LOADS!!
-
07-21-2009, 10:12 PM #8What's Jailbreak?
- Join Date
- May 2009
- Location
- iPhonelandia
- Posts
- 16
- Thanks
- 7
- Thanked 0 Times in 0 Posts
That is one of the coolest themes I've seen so far! Please, what's the name?
-
07-22-2009, 09:37 PM #9
Calendar Icon Text Change
Sugarpill, the theme your'e working on my not have a .plist file in the main theme folder if there were no plist mods done to the theme. In this case, the only theme mods may have been made in the form of image files.
An easy fix would be to go into wordpad or notepad and copy and paste this:
<?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>CalendarIconDateStyle</key>
<string>color: white;</string>
</dict>
</plist>
Then save it as Info.plist and drag it into the main folder of the theme.
To everyone else, thanks for the compliments. This is a theme I designed myself since there was nothing out there that I really liked. I haven't submitted it to modmyi yet since I'm still tinkering with it, but here's a link to download it if anyone wants to install it manually. It's called Slick Shelves.
Slick Shelves Winterboard Theme
Enjoy.Last edited by ErnieChiara; 07-22-2009 at 09:40 PM. Reason: Automerged Doublepost
-
-
07-23-2009, 12:00 AM #10What's Jailbreak?
- Join Date
- May 2009
- Location
- iPhonelandia
- Posts
- 16
- Thanks
- 7
- Thanked 0 Times in 0 Posts
Hey, thanks for the theme download... But keep tinkering cause that theme really rocks!!! I know I'm not on the right thread. But do you know how to change the file names for the messages background? Cause I have this theme that I like a lot called Winter IV SMS.theme but it doesn't seem to work on my iphone 3GS. Now it reads com.apple.MobileSMS and SMSBackground, I'm pretty sure that change with 3.0 software. Because Text app is now called Messages. Do you know to what it changed?
-
07-23-2009, 01:49 PM #11
thanks ErnieChiara, that worked like a charm.. and now i know how to fiddle with it as well.
-
07-23-2009, 07:44 PM #12
No problem, sugarpill. Glad to be able to help.
Maggieaco, thanks for the vote of confidence, but unfortunately, I don't know anything about the file names for the messages background. Sorry :-(
-
07-31-2009, 04:30 AM #13Santa Claus, Theme Creator
- Join Date
- Feb 2009
- Location
- seattle
- Posts
- 3,681
- Thanks
- 1,080
- Thanked 1,458 Times in 1,097 Posts
you cna't change the messages background in 3.0 but you can change the talk bubbles and the or known as Balloon_1.png and Ballon_2.png the baloon input field (BalloonInputField.png) and the send button SendButton.png SendButtonPressed.png all these would be placed in the yourtheme/Folders/ChatKit.framework
Last edited by santaf; 07-31-2009 at 04:30 AM. Reason: Automerged Doublepost



LinkBack URL
About LinkBacks
Reply With Quote


