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