Add Kawaii theme
This commit is contained in:
parent
ea88cd70f1
commit
f3e2945051
3 changed files with 15 additions and 0 deletions
|
|
@ -197,6 +197,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('isotope') === 0) {
|
||||
new_theme = donsol.isotopeTheme
|
||||
}
|
||||
if (theme_value.localeCompare('kawaii') === 0) {
|
||||
new_theme = donsol.kawaiiTheme
|
||||
}
|
||||
if (theme_value.localeCompare('nightowl') === 0) {
|
||||
new_theme = donsol.nightowlTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue