aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-night/themes.xml
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-10 12:54:31 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-10 12:54:31 -0600
commit793241fe47c09c63e2a2e5a4429deed8e7401754 (patch)
tree66c4660417b4cc472c34828f0de26a98403968ff /app/src/main/res/values-night/themes.xml
parent2734f6777a6b7c439d9bc55c8756155721f76fa5 (diff)
downloadwiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar
wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.gz
wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.bz2
added todo list file, app icon and implemented about fragment
Diffstat (limited to 'app/src/main/res/values-night/themes.xml')
-rw-r--r--app/src/main/res/values-night/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 359a761..efb6bec 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -6,8 +6,8 @@
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->
- <item name="colorSecondary">@color/teal_200</item>
- <item name="colorSecondaryVariant">@color/teal_200</item>
+ <item name="colorSecondary">@color/blue_200</item>
+ <item name="colorSecondaryVariant">@color/blue_200</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>