Add Frame.io theme
This commit is contained in:
parent
79c3d1df3a
commit
7771daf708
3 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue