Add Vacuui theme

This commit is contained in:
Stephen Jianu 2026-01-25 15:37:07 -06:00
commit aef2bd440b
3 changed files with 15 additions and 0 deletions

View file

@ -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)