Add Isotope theme

This commit is contained in:
Stephen Jianu 2024-10-10 11:21:08 -05:00
commit ea88cd70f1
3 changed files with 15 additions and 0 deletions

View file

@ -25,6 +25,7 @@ function Settings () {
this.theme_button.innerHTML += '<option value=\"garden\">Garden</option>'
this.theme_button.innerHTML += '<option value=\"gotham\">Gotham</option>'
this.theme_button.innerHTML += '<option value=\"haxe\">Haxe</option>'
this.theme_button.innerHTML += '<option value=\"isotope\">Isotope</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>'