summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v31/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-v31/themes.xml')
-rwxr-xr-xapp/src/main/res/values-v31/themes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml
new file mode 100755
index 0000000..42c0a55
--- /dev/null
+++ b/app/src/main/res/values-v31/themes.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <style name="Theme.Pi" parent="Theme.MaterialComponents.DayNight.NoActionBar">
+ <!-- Primary brand color. -->
+ <item name="colorPrimary">@android:color/system_accent2_800</item>
+ <item name="colorOnPrimary">@android:color/system_accent2_0</item>
+ <!-- Secondary brand color. -->
+ <item name="colorSecondary">@android:color/system_accent3_800</item>
+ <item name="colorOnSecondary">@android:color/system_accent3_0</item>
+ </style>
+</resources> \ No newline at end of file