Add Boysenberry theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:02:09 -06:00
commit 069eb24365
3 changed files with 15 additions and 0 deletions

View file

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