Add Battlestation theme
This commit is contained in:
parent
297caa928f
commit
0acd1bc039
3 changed files with 15 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ function Settings () {
|
|||
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=\"battlestation\">Battlestation</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