if (theme_value.localeCompare('commodore') === 0) {
       new_theme = donsol.commodoreTheme
     }
+    if (theme_value.localeCompare('forestlawn') === 0) {
+      new_theme = donsol.forestlawnTheme
+    }
     if (theme_value.localeCompare('gameboy') === 0) {
       new_theme = donsol.gameboyTheme
     }
 
     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>'