Add Sonic Pi theme
This commit is contained in:
parent
e9da6fe369
commit
74cced0d4a
3 changed files with 15 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ function Settings () {
|
|||
this.theme_button.innerHTML += '<option value=\"snow\">Snow</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"solarizedDark\">Solarized Dark</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"solarizedLight\">Solarized Light</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"sonicPi\">Sonic Pi</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"tape\">Tape</option>'
|
||||
this.theme_button.addEventListener('mousedown', () => { donsol.player.change_theme(this.theme_button.value) })
|
||||
this.theme_button.addEventListener('change', () => { donsol.player.change_theme(this.theme_button.value) })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue