I would like to know if is it possible to add custom items inside of a style.
For example:
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="color5">@color/myColor</item>
</style>