Edit: attached MobileNotes and Info.plist file from post below.
louie 1901 has been building a fantastic looking theme (Link to thread) but seems to have come across a somewhat small problem that I'm incredibly curious about as well.
Currently he's stuck attempting to modify the MobileNotes.app and from everything that I can tell, the color of the font might be located in one of two files.
Info.plist - This seems the obvious solution, though I would have no idea what the key would be named. Since you can modify things like the main springboard icon font can, with the following key.
Code:
<key>DockedIconLabelStyle</key>
<string>color: transparent</string>
I have no idea what the style would be called for the MobileNotes.app/Info.plist file though.
MobileNotes -
The other thing that I've found, was mention to how to change the font style within the Notes application through the MobileNotes file within the MobileNotes.app/ folder. The file doesn't have an extension, but can be edited with a hex editor.
I've found the font name that's used for the notes app,, but I can't seem to find a reference to a color name within the file, though I'll be the first to admit, anything having to do this this is quite a bit over my head.
If there is anyone who has an ideaa, please shoot me a message, this is REALLY starting to bug me!