Add Soyuz theme
This commit is contained in:
parent
74cced0d4a
commit
9c2844b7c5
3 changed files with 15 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ function Settings () {
|
|||
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=\"soyuz\">Soyuz</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