Add Forest Lawn theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:16:49 -06:00
commit 79c3d1df3a
3 changed files with 15 additions and 0 deletions

View file

@ -19,6 +19,7 @@ function Settings () {
this.theme_button.innerHTML += '<option value=\"coal\">Coal</option>'
this.theme_button.innerHTML += '<option value=\"cobalt\">Cobalt</option>'
this.theme_button.innerHTML += '<option value=\"commodore\">Commodore</option>'
this.theme_button.innerHTML += '<option value=\"forestlawn\">Forest Lawn</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>'