Moving lime theme beside dusk theme

Since the themes are more similar than the amoled ones
This commit is contained in:
Jays2Kings 2021-04-16 03:31:15 -04:00
parent c61198d060
commit 91743c056d

View File

@ -71,6 +71,11 @@ object ThemeUtil {
AppCompatDelegate.MODE_NIGHT_YES, AppCompatDelegate.MODE_NIGHT_YES,
R.string.midnight_dusk R.string.midnight_dusk
), ),
LIME(
R.style.Theme_Tachiyomi_FlatLime,
AppCompatDelegate.MODE_NIGHT_YES,
R.string.flat_lime
),
AMOLED( AMOLED(
R.style.Theme_Tachiyomi_Amoled, R.style.Theme_Tachiyomi_Amoled,
AppCompatDelegate.MODE_NIGHT_YES, AppCompatDelegate.MODE_NIGHT_YES,
@ -86,11 +91,6 @@ object ThemeUtil {
AppCompatDelegate.MODE_NIGHT_YES, AppCompatDelegate.MODE_NIGHT_YES,
R.string.hot_pink R.string.hot_pink
), ),
LIME(
R.style.Theme_Tachiyomi_FlatLime,
AppCompatDelegate.MODE_NIGHT_YES,
R.string.flat_lime
),
LIGHT_BLUE( LIGHT_BLUE(
R.style.Theme_Tachiyomi_AllBlue, R.style.Theme_Tachiyomi_AllBlue,
AppCompatDelegate.MODE_NIGHT_NO, AppCompatDelegate.MODE_NIGHT_NO,