Remove Pure red theme
This commit is contained in:
parent
a3f3099cfb
commit
af89ebaa42
@ -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
|
||||
}
|
||||
|
@ -167,7 +167,6 @@
|
||||
<string name="log_extreme_desc">режим проверки сети</string>
|
||||
|
||||
<!-- General Settings -->
|
||||
<string name="theme_pure_red">Чисто красный</string>
|
||||
<string name="pref_category_navbar">Панель навигации</string>
|
||||
<string name="toggle_expand_search_filters">Разверните все фильтры поиска по умолчанию</string>
|
||||
<string name="auto_solve_captchas">Автоматическое решение капчи</string>
|
||||
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Red Theme -->
|
||||
<color name="red">#FF0000</color>
|
||||
<color name="dark_red">#880000</color>
|
||||
<color name="dark_red_6">#0F880000</color>
|
||||
</resources>
|
@ -177,7 +177,6 @@
|
||||
<string name="put_recommends_in_overflow_summary">Put the recommendations button in the overflow menu instead of on the manga page</string>
|
||||
|
||||
<!-- Appearance Settings -->
|
||||
<string name="theme_pure_red">Pure Red</string>
|
||||
<string name="pref_category_navbar">Navbar</string>
|
||||
<string name="pref_hide_updates_button">Show updates in the nav</string>
|
||||
<string name="pref_hide_history_button">Show history in the nav</string>
|
||||
|
@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!--========-->
|
||||
<!--Toolbars-->
|
||||
<!--========-->
|
||||
<!--<style name="Theme.Toolbar.Custom.Amoled.Red" parent="Theme.Toolbar.Custom.Amoled">
|
||||
<item name="android:textColorPrimary">@color/red</item>
|
||||
</style>-->
|
||||
|
||||
|
||||
<!--===========-->
|
||||
<!--AlertDialog-->
|
||||
<!--===========-->
|
||||
<!--<style name="Theme.AlertDialog.Amoled.Red" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/red</item>
|
||||
</style>-->
|
||||
|
||||
|
||||
<!--=====-->
|
||||
<!--Sheet-->
|
||||
<!--=====-->
|
||||
<style name="SheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
|
||||
<!--<item name="android:windowCloseOnTouchOutside">false</item>-->
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:colorBackground"> @android:color/transparent</item>
|
||||
<item name="android:backgroundDimEnabled">true</item>
|
||||
<item name="android:backgroundDimAmount">0.3</item>
|
||||
<item name="android:windowFrame">@null</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
</style>
|
||||
</resources>
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<!--=============-->
|
||||
<!-- Dark Themes -->
|
||||
<!--=============-->
|
||||
<style name="Theme.Tachiyomi.PureRed">
|
||||
<item name="colorPrimary">@color/red</item>
|
||||
<item name="colorSecondary">@color/dark_red</item>
|
||||
<item name="colorTertiary">@color/md_black_1000</item>
|
||||
<item name="colorControlHighlight">@color/dark_red_6</item>
|
||||
|
||||
<item name="colorOnPrimary">@color/md_black_1000</item>
|
||||
<item name="colorOnTertiary">@color/red</item>
|
||||
<item name="colorOnSurface">@color/red</item>
|
||||
|
||||
<item name="android:textColor">@color/red</item>
|
||||
<item name="android:textColorPrimary">@color/red</item>
|
||||
<item name="android:textColorSecondary">@color/dark_red</item>
|
||||
<item name="android:textColorHint">@color/dark_red</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user