Add Commodore theme
This commit is contained in:
parent
9ca916feac
commit
b56b3597bb
3 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue