Add Big Time theme

This commit is contained in:
Stephen Jianu 2024-01-07 12:21:35 -06:00
commit 5673dab574
3 changed files with 15 additions and 0 deletions

View file

@ -161,6 +161,9 @@ function Player () {
if (theme_value.localeCompare('berry') === 0) {
new_theme = donsol.berryTheme
}
if (theme_value.localeCompare('bigtime') === 0) {
new_theme = donsol.bigtimeTheme
}
if (theme_value.localeCompare('gameboy') === 0) {
new_theme = donsol.gameboyTheme
}