Brownouts took out both fans of my Power Supply, so I am going to keep making notes, but not updating the document until my new ones gets in, I am writing it in Word and updating in Google Docs. Keep questions and comments coming though 
Ok thanks, my goal isn't to tell people that much detail, but to teach you what to look for in files. As amac pointed out, some are changing to 08 00 00 1D. So if you know you are looking for 08 00 00 1C or 08 00 00 1D, then you'll know how to edit it.FYI: Facebook just got updated to v1.2 and the view_widget.xml changed an no longer has the hex code 08 00 00 1C.
Yeah. Im going to be making a table of xml's. I just got my new psu last night, Ive been without my desktop for a week.Some more xmls that can be edited for text color are for calendar provider (basic calendar widget). They are in calendarprovider/res/layout/agenda_appwidget.xml and /layout-land/agenda_appwidget.xml. These can be found with the hex value of 08 00 00 1C.
The only downfall is changes made to CM from AOSP, they may include images no longer there. If you pull it from CM's github you can avoid that. And if they are going a non-eclipse route, they have to make sure they are updating there stuff (assuming not everyone is on linux, so they cant just sync the repo)It might be worth it to mention that the source images (.9.png files with guides) for framework-res (for each Android version) are in the Android SDK here:
android-sdk-linux/platforms/android-2.0.1/data/res/drawable*
KDiff3 does it. Compares two (or three) files, directories, files inside directories if you're going through them. That is what I use for comparing my dumps of framework-res.I haven't tested it with this tutorial yet, but if you're just looking for something to compare two files, then KDiff is a free alternative to Beyond Compare. I've never tried using it to compare directories before, but there may be a plugin for that if it isn't native.
Thanks for the KDiff recommendation, I will add it when I start updating the guide again. I am collecting notes this week and next from users and we will begin adding some more beginner and advanced sections, and this will help.I haven't tested it with this tutorial yet, but if you're just looking for something to compare two files, then KDiff is a free alternative to Beyond Compare. I've never tried using it to compare directories before, but there may be a plugin for that if it isn't native.