Add Commodore theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:14:59 -06:00
commit b56b3597bb
3 changed files with 15 additions and 0 deletions

View file

@ -173,6 +173,9 @@ function Player () {
if (theme_value.localeCompare('cobalt') === 0) {
new_theme = donsol.cobaltTheme
}
if (theme_value.localeCompare('commodore') === 0) {
new_theme = donsol.commodoreTheme
}
if (theme_value.localeCompare('gameboy') === 0) {
new_theme = donsol.gameboyTheme
}