summaryrefslogtreecommitdiff
path: root/apps/gltf_viewer/src/main/res/values-night/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gltf_viewer/src/main/res/values-night/themes.xml')
-rw-r--r--apps/gltf_viewer/src/main/res/values-night/themes.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/gltf_viewer/src/main/res/values-night/themes.xml b/apps/gltf_viewer/src/main/res/values-night/themes.xml
new file mode 100644
index 0000000..e024f55
--- /dev/null
+++ b/apps/gltf_viewer/src/main/res/values-night/themes.xml
@@ -0,0 +1,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>