I have no experience with Sherlock, but you tried to add:
<item name="android:textColor">@color/my_color</item>
for the Sherlock action bar theme?
And then in your /color.xml values you have the color:
<color name="my_color">#ff00ff00</color>
source share