Add Gotham theme

This commit is contained in:
Stephen Jianu 2024-10-10 11:20:23 -05:00
commit 9a4a463d1f
3 changed files with 15 additions and 0 deletions

View file

@ -23,6 +23,7 @@ function Settings () {
this.theme_button.innerHTML += '<option value=\"frameio\">Frame.io</option>'
this.theme_button.innerHTML += '<option value=\"gameboy\">Game Boy</option>'
this.theme_button.innerHTML += '<option value=\"garden\">Garden</option>'
this.theme_button.innerHTML += '<option value=\"gotham\">Gotham</option>'
this.theme_button.innerHTML += '<option value=\"nightowl\">Night Owl</option>'
this.theme_button.innerHTML += '<option value=\"roguelite\">Roguelite</option>'
this.theme_button.innerHTML += '<option value=\"tape\">Tape</option>'