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