Add Zenburn theme
This commit is contained in:
parent
aef2bd440b
commit
265d098d9f
3 changed files with 15 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ function Settings () {
|
|||
this.theme_button.innerHTML += '<option value=\"teenage\">Teenage</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"teletext\">Teletext</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"vacuui\">Vacuui</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"zenburn\">Zenburn</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