Add Coal theme
This commit is contained in:
parent
069eb24365
commit
87483b6148
3 changed files with 15 additions and 0 deletions
|
|
@ -167,6 +167,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('boysenberry') === 0) {
|
||||
new_theme = donsol.boysenberryTheme
|
||||
}
|
||||
if (theme_value.localeCompare('coal') === 0) {
|
||||
new_theme = donsol.coalTheme
|
||||
}
|
||||
if (theme_value.localeCompare('gameboy') === 0) {
|
||||
new_theme = donsol.gameboyTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue