when entering actionmode in AppCompat 21 my ActionBar gets grey - the colors are not used:
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/secondary</item>
<item name="color">@color/secondary</item>
I think I am just missing the right name for setting this color - but there is nothing with action as far as I see.