Add Teenage theme
This commit is contained in:
parent
9c2844b7c5
commit
f6f6d241f1
3 changed files with 15 additions and 0 deletions
|
|
@ -275,6 +275,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('tape') === 0) {
|
||||
new_theme = donsol.tapeTheme
|
||||
}
|
||||
if (theme_value.localeCompare('teenage') === 0) {
|
||||
new_theme = donsol.teenageTheme
|
||||
}
|
||||
donsol.theme = new Theme(new_theme)
|
||||
donsol.theme.load(new_theme)
|
||||
donsol.theme.install(document.body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue