Add Laundry theme

This commit is contained in:
Stephen Jianu 2024-10-13 20:48:55 -05:00
commit 70606949c7
3 changed files with 15 additions and 0 deletions

View file

@ -200,6 +200,9 @@ function Player () {
if (theme_value.localeCompare('kawaii') === 0) {
new_theme = donsol.kawaiiTheme
}
if (theme_value.localeCompare('laundry') === 0) {
new_theme = donsol.laundryTheme
}
if (theme_value.localeCompare('nightowl') === 0) {
new_theme = donsol.nightowlTheme
}