Add Garden theme
This commit is contained in:
parent
7771daf708
commit
914d7e73da
3 changed files with 15 additions and 0 deletions
|
|
@ -185,6 +185,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('gameboy') === 0) {
|
||||
new_theme = donsol.gameboyTheme
|
||||
}
|
||||
if (theme_value.localeCompare('garden') === 0) {
|
||||
new_theme = donsol.gardenTheme
|
||||
}
|
||||
if (theme_value.localeCompare('nightowl') === 0) {
|
||||
new_theme = donsol.nightowlTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue