Remove Pure red theme

This commit is contained in:
Jobobby04
2021-12-02 19:00:09 -05:00
parent a3f3099cfb
commit af89ebaa42
7 changed files with 4 additions and 72 deletions
@@ -32,14 +32,14 @@ object PreferenceValues {
TEALTURQUOISE(R.string.theme_tealturquoise),
YINYANG(R.string.theme_yinyang),
// SY -->
PURE_RED(R.string.theme_pure_red),
// SY <--
// Deprecated
DARK_BLUE(null),
HOT_PINK(null),
BLUE(null),
// SY -->
PURE_RED(null),
// SY <--
}
enum class TappingInvertMode(val shouldInvertHorizontal: Boolean = false, val shouldInvertVertical: Boolean = false) {
@@ -55,9 +55,6 @@ abstract class BaseThemedActivity : AppCompatActivity() {
PreferenceValues.AppTheme.YOTSUBA -> {
resIds += R.style.Theme_Tachiyomi_Yotsuba
}
PreferenceValues.AppTheme.PURE_RED -> {
resIds += R.style.Theme_Tachiyomi_PureRed
}
else -> {
resIds += R.style.Theme_Tachiyomi
}