Add Murata theme

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

View file

@ -212,6 +212,9 @@ function Player () {
if (theme_value.localeCompare('marble') === 0) {
new_theme = donsol.marbleTheme
}
if (theme_value.localeCompare('murata') === 0) {
new_theme = donsol.murataTheme
}
if (theme_value.localeCompare('nightowl') === 0) {
new_theme = donsol.nightowlTheme
}