Add Coal theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:04:20 -06:00
commit 87483b6148
3 changed files with 15 additions and 0 deletions

View file

@ -16,6 +16,7 @@ function Settings () {
this.theme_button.innerHTML += '<option value=\"berry\">Berry</option>'
this.theme_button.innerHTML += '<option value=\"bigtime\">Big Time</option>'
this.theme_button.innerHTML += '<option value=\"boysenberry\">Boysenberry</option>'
this.theme_button.innerHTML += '<option value=\"coal\">Coal</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>'