Add Apollo theme
This commit is contained in:
parent
6f8ed0141a
commit
297caa928f
3 changed files with 15 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ function Settings () {
|
|||
this.theme_button = document.createElement('select')
|
||||
this.theme_button.setAttribute('class', 'theme button')
|
||||
this.theme_button.innerHTML = '<option value=\"theme\">Theme (default)</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"apollo\">Apollo</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"gameboy\">Game Boy</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"nightowl\">Night Owl</option>'
|
||||
this.theme_button.innerHTML += '<option value=\"roguelite\">Roguelite</option>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue