The title text is hard to change . You can change the background color for the title so that it becomes readable and leaves everything else in an easy theme:
<style name="Theme.MyTheme"
parent="Theme.HoloEverywhereLight.DarkActionBar.Sherlock">
<item name="android:alertDialogStyle">@style/AlertDialogHoloMix</item>
</style>
<style name="AlertDialogHoloMix"
parent="AlertDialogHoloLight">
<item name="android:topDark">@drawable/dialog_top_holo_dark</item>
</style>
Gingerbread ICS.