Add Kawaii theme

This commit is contained in:
Stephen Jianu 2024-10-10 11:21:25 -05:00
commit f3e2945051
3 changed files with 15 additions and 0 deletions

View file

@ -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
}