Add Gotham theme

This commit is contained in:
Stephen Jianu 2024-10-10 11:20:23 -05:00
commit 9a4a463d1f
3 changed files with 15 additions and 0 deletions

View file

@ -188,6 +188,9 @@ function Player () {
if (theme_value.localeCompare('garden') === 0) {
new_theme = donsol.gardenTheme
}
if (theme_value.localeCompare('gotham') === 0) {
new_theme = donsol.gothamTheme
}
if (theme_value.localeCompare('nightowl') === 0) {
new_theme = donsol.nightowlTheme
}