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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 5f8d5ab67..8a4b7f787 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -159,6 +159,8 @@
</style>
<style name="ConversationsTheme.FullScreen" parent="@style/Theme.AppCompat.Light">
+ <item name="colorPrimary">@color/primary500</item>
+ <item name="colorPrimaryDark">@color/primary700</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>