diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt b/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt
index a27db01ea..18952e81a 100644
--- a/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt
+++ b/app/src/main/kotlin/org/koitharu/kotatsu/core/prefs/ColorScheme.kt
@@ -20,7 +20,7 @@ enum class ColorScheme(
RENA(R.style.ThemeOverlay_Kotatsu_Asuka, R.string.theme_name_asuka),
FROG(R.style.ThemeOverlay_Kotatsu_Mion, R.string.theme_name_mion),
BLUEBERRY(R.style.ThemeOverlay_Kotatsu_Rikka, R.string.theme_name_rikka),
- NAME2(R.style.ThemeOverlay_Kotatsu_Sakura, R.string.theme_name_sakura),
+ SAKURA(R.style.ThemeOverlay_Kotatsu_Sakura, R.string.theme_name_sakura),
MAMIMI(R.style.ThemeOverlay_Kotatsu_Mamimi, R.string.theme_name_mamimi),
KANADE(R.style.Theme_Kotatsu_Kanade, R.string.theme_name_kanade)
;
@@ -38,6 +38,7 @@ enum class ColorScheme(
val list = ColorScheme.entries.toMutableList()
if (!DynamicColors.isDynamicColorAvailable()) {
list.remove(MONET)
+ list.remove(EXPRESSIVE)
}
return list
}
diff --git a/app/src/main/res/drawable/ic_empty_feed.xml b/app/src/main/res/drawable/ic_empty_feed.xml
index 748a05492..e61dbe20c 100644
--- a/app/src/main/res/drawable/ic_empty_feed.xml
+++ b/app/src/main/res/drawable/ic_empty_feed.xml
@@ -30,7 +30,7 @@
android:strokeWidth="1"
android:strokeColor="?colorOnSurface" />
- @color/surface_amoled
- @color/background_amoled
+ - @color/background_amoled
+ - @color/background_amoled