Add Nord theme

This commit is contained in:
Stephen Jianu 2024-10-13 20:53:06 -05:00
commit 88d91bb58f
3 changed files with 15 additions and 0 deletions

View file

@ -227,6 +227,9 @@ function Player () {
if (theme_value.localeCompare('noir') === 0) {
new_theme = donsol.noirTheme
}
if (theme_value.localeCompare('nord') === 0) {
new_theme = donsol.nordTheme
}
if (theme_value.localeCompare('roguelite') === 0) {
new_theme = donsol.rogueliteTheme
}