Add Soyuz theme

This commit is contained in:
Stephen Jianu 2026-01-25 15:34:43 -06:00
commit 9c2844b7c5
3 changed files with 15 additions and 0 deletions

View file

@ -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
}