Add Frame.io theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:33:28 -06:00
commit 7771daf708
3 changed files with 15 additions and 0 deletions

View file

@ -179,6 +179,9 @@ function Player () {
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
}