diff --git a/java/res/values-night/themes-you-colors.xml b/java/res/values-night/themes-you-colors.xml index 48606bc7e4269cfe355fc8929084220a656d2941..ca55a3fea6a065e757dd20d9c9d7dfc5b2d3b803 100644 --- a/java/res/values-night/themes-you-colors.xml +++ b/java/res/values-night/themes-you-colors.xml @@ -6,9 +6,9 @@ @android:color/system_neutral1_400 - @android:color/system_on_background_dark - @android:color/system_on_background_dark - @android:color/system_on_background_dark + #E3E2E9 + #E3E2E9 + #E3E2E9 @android:color/system_accent1_300 @android:color/system_neutral1_50 diff --git a/java/res/xml/prefs_screen_preferences.xml b/java/res/xml/prefs_screen_preferences.xml index 461a996c076aaf35759058978a0069e47ae1adb1..8036ca415583f9e1044894639ceaf2c31c74e184 100644 --- a/java/res/xml/prefs_screen_preferences.xml +++ b/java/res/xml/prefs_screen_preferences.xml @@ -40,7 +40,7 @@ android:key="pref_show_emoji_key" android:title="@string/show_emoji_key" android:summary="@string/show_emoji_key_summary" - android:defaultValue="false" + android:defaultValue="true" android:persistent="true" />