mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-13 20:48:56 +01:00
New Theme Tidal Wave (#7825)
* New Theme Tidal Wave Added a new strong blue theme appearance to Tachiyomi titled Tidal Wave. * Better Tertiary Color: Seafoam Green Updated the tertiary color to be lighter and match the blue more. Also changed the active button color to contrast better.
This commit is contained in:
@@ -41,6 +41,9 @@ interface ThemingDelegate {
|
||||
PreferenceValues.AppTheme.YOTSUBA -> {
|
||||
resIds += R.style.Theme_Tachiyomi_Yotsuba
|
||||
}
|
||||
PreferenceValues.AppTheme.TIDAL_WAVE -> {
|
||||
resIds += R.style.Theme_Tachiyomi_TidalWave
|
||||
}
|
||||
else -> {
|
||||
resIds += R.style.Theme_Tachiyomi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user