mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 03:59:16 +01:00
Update yotsuba theme preview with new color
This commit is contained in:
parent
480719bb1a
commit
f2abddbf8f
@ -144,7 +144,7 @@ enum class Themes(@StyleRes val styleRes: Int, val nightMode: Int, @StringRes va
|
||||
when (styleRes) {
|
||||
R.style.Theme_Tachiyomi_MidnightDusk -> "#c43c97"
|
||||
R.style.Theme_Tachiyomi_StrawberryDaiquiri -> "#ED4A65"
|
||||
R.style.Theme_Tachiyomi_Yotsuba -> "#FC8C5C"
|
||||
R.style.Theme_Tachiyomi_Yotsuba -> "#dc6d3d"
|
||||
else -> "#2979FF"
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user