if (theme_value.localeCompare('forestlawn') === 0) {
new_theme = donsol.forestlawnTheme
}
+ if (theme_value.localeCompare('frameio') === 0) {
+ new_theme = donsol.frameioTheme
+ }
if (theme_value.localeCompare('gameboy') === 0) {
new_theme = donsol.gameboyTheme
}
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=\"frameio\">Frame.io</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>'