Add Lotus theme
This commit is contained in:
parent
70606949c7
commit
f95d6709d2
3 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue