Add Snow theme

This commit is contained in:
Stephen Jianu 2025-12-24 11:52:51 -06:00
commit 5fe70aa5cb
3 changed files with 15 additions and 0 deletions

View file

@ -257,6 +257,9 @@ function Player () {
if (theme_value.localeCompare('sk') === 0) {
new_theme = donsol.skTheme
}
if (theme_value.localeCompare('snow') === 0) {
new_theme = donsol.snowTheme
}
if (theme_value.localeCompare('tape') === 0) {
new_theme = donsol.tapeTheme
}