Add Muzieca theme
This commit is contained in:
parent
50b3c7a550
commit
8a5c8040e1
3 changed files with 15 additions and 0 deletions
|
|
@ -215,6 +215,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('murata') === 0) {
|
||||
new_theme = donsol.murataTheme
|
||||
}
|
||||
if (theme_value.localeCompare('muzieca') === 0) {
|
||||
new_theme = donsol.muziecaTheme
|
||||
}
|
||||
if (theme_value.localeCompare('nightowl') === 0) {
|
||||
new_theme = donsol.nightowlTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue