mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 01:35:09 +01:00
Moving lime theme beside dusk theme
Since the themes are more similar than the amoled ones
This commit is contained in:
parent
c61198d060
commit
91743c056d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user