summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorMarvin Borner2023-06-17 23:45:57 +0200
committerMarvin Borner2023-06-17 23:47:12 +0200
commit2c107c6dd13e5778099bbd88d4463cec7e3e99c1 (patch)
treee2075a55b45ac4f60ed3384b610d7421f9110bf5 /app/src/main/res/values/themes.xml
Found on an old harddriveHEADmain
Diffstat (limited to 'app/src/main/res/values/themes.xml')
-rwxr-xr-xapp/src/main/res/values/themes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
new file mode 100755
index 0000000..3738946
--- /dev/null
+++ b/app/src/main/res/values/themes.xml
@@ -0,0 +1,11 @@
+<resources xmlns:tools="http://schemas.android.com/tools">
+ <!-- Base application theme. -->
+ <style name="Theme.Pi" parent="Theme.MaterialComponents.DayNight.NoActionBar">
+ <!-- Primary brand color. -->
+ <item name="colorPrimary">#272424</item>
+ <item name="colorOnPrimary">@color/white</item>
+ <!-- Secondary brand color. -->
+ <item name="colorSecondary">#000000</item>
+ <item name="colorOnSecondary">#888888</item>
+ </style>
+</resources> \ No newline at end of file