Add Sonic Pi theme

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

View file

@ -266,6 +266,9 @@ function Player () {
if (theme_value.localeCompare('solarizedLight') === 0) {
new_theme = donsol.solarizedLightTheme
}
if (theme_value.localeCompare('sonicPi') === 0) {
new_theme = donsol.sonicPiTheme
}
if (theme_value.localeCompare('tape') === 0) {
new_theme = donsol.tapeTheme
}