Add Zenburn theme

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

View file

@ -284,6 +284,9 @@ function Player () {
if (theme_value.localeCompare('vacuui') === 0) {
new_theme = donsol.vacuuiTheme
}
if (theme_value.localeCompare('zenburn') === 0) {
new_theme = donsol.zenburnTheme
}
donsol.theme = new Theme(new_theme)
donsol.theme.load(new_theme)
donsol.theme.install(document.body)