I recently upgraded my HTC Incredible's Miui ROM version from 11.20 to 20.21 - I flashed the zip from CWM recovery, wiped cache, and wiped dalvik cache. When it booted up the first time everything was great...but after a restart I noticed the 3G icon/indicator in the status bar had changed from the white-themed, stylized 'Miui look' to the Android stock green look. This change seems to have taken place only in the status bar, not in the notification shade.
For example, here is status bar in its normal state now after the ROM update. It's showing the green stock Android 3G icon that I do not like:

But when I pull the shade down I see the 3G icon that I do like, the icon that was also showing in the status bar before the change (inverted in color, of course):

I tried reinstalling the ROM update (wiped both caches again) but it hasn't changed back. I also tried using Miui's theme engine to reskin the status bar to no avail. The visual discontinuity is small but annoying - how can I get the proper icon back to the status bar? I'd like to avoid a factory reset if possible.
Edit
I've determined that the icon I'm seeing is in fact the stock 3G icon, the one that would display in a Miui ROM without any themes. What I'm looking for is the icon to change when I apply a new theme in Miui, which it is not. Just like in my pictures, though, it is only the 3G icon in the status bar, not in the status bar when the shade is drawn.
framework-res.apkfile or something of that nature. You'd need to pull/system/framework/framework-res.apkand extract it to check the drawables. – eldarerathis♦ Feb 19 '12 at 19:47framework-res.apk- I found drawables for lots of things (including 4G data icons) but not 3G. Interestingly, I've noticed that while the icons I see in this apk are always the same, even after I change the theme and status bar icons change change in the UI. I'm updating my question to reflect what I've found. Any ideas? – Mr. Buster Mar 9 '12 at 19:51/system/app/SystemUI.apk(assuming that exists, I think it should on MIUI). I thought the status bar stuff usually lived inframework-res.apk, but I could be mistaken. Beyond that I'm at a loss for ideas :-/ – eldarerathis♦ Mar 9 '12 at 20:03