add Theme "Teal & Turquoise" (#5681)

* add Theme "Teal & Turquoise"

* re sorting & change tertiary dark

* use alpha on ripple color & capitalize
This commit is contained in:
Riztard Lanthorn
2021-08-16 21:15:28 +07:00
committed by GitHub
parent 2084822731
commit 83436c9550
6 changed files with 30 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ abstract class BaseThemedActivity : AppCompatActivity() {
PreferenceValues.AppTheme.TAKO -> {
resIds += R.style.Theme_Tachiyomi_Tako
}
PreferenceValues.AppTheme.TEALTURQUOISE -> {
resIds += R.style.Theme_Tachiyomi_TealTurquoise
}
PreferenceValues.AppTheme.YINYANG -> {
resIds += R.style.Theme_Tachiyomi_YinYang
}