Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Created June 14, 2022 07:49
Show Gist options
  • Save wajahatkarim3/6ba1955b7ff05788f665214af16c7a35 to your computer and use it in GitHub Desktop.
Save wajahatkarim3/6ba1955b7ff05788f665214af16c7a35 to your computer and use it in GitHub Desktop.
<!-- Default Theme -->
<style name="Theme.Imagine.Base" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="android:forceDarkAllowed" tools:targetApi="q">true</item>
<item name="colorPrimary">@color/color_primary</item>
<item name="colorPrimaryVariant">@color/color_primary_dark</item>
<item name="colorOnPrimary">@color/color_on_primary</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment