summaryrefslogtreecommitdiff
path: root/apps/gltf_viewer/src/main/res/values-night/themes.xml
blob: e024f55ada20ff52fe62b958f2123d665b5bfdf8 (plain)
1
2
3
4
5
6
7
8
9
10
<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Theme.GodotAndroidSamples" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Primary brand color. -->
        <item name="colorPrimary">@color/purple_200</item>
        <item name="colorPrimaryDark">@color/purple_700</item>
        <item name="colorAccent">@color/teal_200</item>
        <!-- Customize your theme here. -->
    </style>
</resources>