Add Laundry theme

This commit is contained in:
Stephen Jianu 2024-10-13 20:48:55 -05:00
commit 70606949c7
3 changed files with 15 additions and 0 deletions

View file

@ -27,6 +27,7 @@ function Settings () {
this.theme_button.innerHTML += '<option value=\"haxe\">Haxe</option>'
this.theme_button.innerHTML += '<option value=\"isotope\">Isotope</option>'
this.theme_button.innerHTML += '<option value=\"kawaii\">Kawaii</option>'
this.theme_button.innerHTML += '<option value=\"laundry\">Laundry</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>'