aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values/themes.xml')
-rw-r--r--src/main/res/values/themes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index eb2038a69..78a74cca0 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -86,4 +86,9 @@
<item name="android:windowBackground">@android:color/black</item>
</style>
+ <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
+ <item name="colorPrimaryDark">@color/grey50</item>
+ <item name="android:windowBackground">@drawable/background</item>
+ </style>
+
</resources> \ No newline at end of file