Rename "Dark Blue" theme to "Blue"

This commit is contained in:
arkon
2021-07-04 12:05:11 -04:00
parent 5801297d78
commit 535cc0d81e
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ object PreferenceValues {
enum class AppTheme(val titleResId: Int) {
DEFAULT(R.string.theme_default),
DARK_BLUE(R.string.theme_darkblue),
BLUE(R.string.theme_blue),
GREEN_APPLE(R.string.theme_greenapple),
HOT_PINK(R.string.theme_hotpink),
MIDNIGHT_DUSK(R.string.theme_midnightdusk),