Add Ninety Nine theme

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

View file

@ -221,6 +221,9 @@ function Player () {
if (theme_value.localeCompare('nightowl') === 0) {
new_theme = donsol.nightowlTheme
}
if (theme_value.localeCompare('ninetynine') === 0) {
new_theme = donsol.ninetynineTheme
}
if (theme_value.localeCompare('roguelite') === 0) {
new_theme = donsol.rogueliteTheme
}