Add Lotus theme

This commit is contained in:
Stephen Jianu 2024-10-13 20:49:17 -05:00
commit f95d6709d2
3 changed files with 15 additions and 0 deletions

View file

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