Add Vacuui theme
This commit is contained in:
parent
13261e0962
commit
aef2bd440b
3 changed files with 15 additions and 0 deletions
|
|
@ -281,6 +281,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('teletext') === 0) {
|
||||
new_theme = donsol.teletextTheme
|
||||
}
|
||||
if (theme_value.localeCompare('vacuui') === 0) {
|
||||
new_theme = donsol.vacuuiTheme
|
||||
}
|
||||
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