Add Soyuz theme
This commit is contained in:
parent
74cced0d4a
commit
9c2844b7c5
3 changed files with 15 additions and 0 deletions
|
|
@ -269,6 +269,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('sonicPi') === 0) {
|
||||
new_theme = donsol.sonicPiTheme
|
||||
}
|
||||
if (theme_value.localeCompare('soyuz') === 0) {
|
||||
new_theme = donsol.soyuzTheme
|
||||
}
|
||||
if (theme_value.localeCompare('tape') === 0) {
|
||||
new_theme = donsol.tapeTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue