Fix dark theme

This commit is contained in:
aayush262 2024-02-02 19:05:32 +05:30
parent 829292399b
commit cbdd1a2538
3 changed files with 18 additions and 21 deletions

View file

@ -30,7 +30,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
UseMaterialYou(Pref(Location.UI, Boolean::class, false)),
Theme(Pref(Location.UI, String::class, "PURPLE")),
SkipExtensionIcons(Pref(Location.UI, Boolean::class, false)),
DarkMode(Pref(Location.UI, Boolean::class, true)),
DarkMode(Pref(Location.UI, Int::class, 0)),
ShowYtButton(Pref(Location.UI, Boolean::class, true)),
AnimeDefaultView(Pref(Location.UI, Int::class, 0)),
MangaDefaultView(Pref(Location.UI, Int::class, 0)),