i want to resolve my mistake pls help me
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@Color/ColorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@Color/ColorAccent</item>
</style>
android say: Error:(9, 34) No resource found that matches the given name (at 'colorAccent' with value '@Color/ColorAccent').
Check where the name id present in colors.xml and with the proper case sensitivity and spelling as the one which you mentioned in the style file.