Add Marble theme
This commit is contained in:
parent
5d3824bd62
commit
4e6273c650
3 changed files with 15 additions and 0 deletions
|
|
@ -209,6 +209,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('mahou') === 0) {
|
||||
new_theme = donsol.mahouTheme
|
||||
}
|
||||
if (theme_value.localeCompare('marble') === 0) {
|
||||
new_theme = donsol.marbleTheme
|
||||
}
|
||||
if (theme_value.localeCompare('nightowl') === 0) {
|
||||
new_theme = donsol.nightowlTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue