Add Op-1 theme

This commit is contained in:
Stephen Jianu 2025-11-29 23:12:47 -06:00
commit 9ae67898f9
3 changed files with 15 additions and 0 deletions

View file

@ -233,6 +233,9 @@ function Player () {
if (theme_value.localeCompare('obsidian') === 0) {
new_theme = donsol.obsidianTheme
}
if (theme_value.localeCompare('op-1') === 0) {
new_theme = donsol.op1Theme
}
if (theme_value.localeCompare('roguelite') === 0) {
new_theme = donsol.rogueliteTheme
}