From 2c107c6dd13e5778099bbd88d4463cec7e3e99c1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 17 Jun 2023 23:45:57 +0200 Subject: Found on an old harddrive --- app/src/main/res/values/themes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 app/src/main/res/values/themes.xml (limited to 'app/src/main/res/values/themes.xml') 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 -- cgit v1.2.3