$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
dabbling, frivolling, idling, loafing, loitering, playing and procrastinating
20 Aug // php the_time('Y') ?>
I recently changed the background image for the Today screen on my XDA Orbit, however when you set an image to background it washes it out with a grey layer so that text is still readable. However, if you used a very light image to begin with, the standard white text of the Today screen becomes almost unreadable.
In true Microsoft style, there’s no way to change this easily through the Settings pane, or through the Theme settings pane either. So how do you do it?
HKEY_LOCAL_MACHINE\Software\Microsoft\Color\If you see a binary key named 4 simply edit that and if you want the colour black, put in 00 00 00 00 then save it.
If you don’t see a binary key named 4 then you’ll need to create it. Do this by right clicking and going to New -> Binary Value…
Value Name:
4
Value Data:00 00 00 00
If you had to create the key then the colour change should be immediate, if you were editing it you probably need to restart the phone.
Leave a reply