Add Pawbin theme

This commit is contained in:
Stephen Jianu 2025-12-07 21:12:09 -06:00
commit b5109f67f2
3 changed files with 15 additions and 0 deletions

View file

@ -239,6 +239,9 @@ function Player () {
if (theme_value.localeCompare('orca') === 0) {
new_theme = donsol.orcaTheme
}
if (theme_value.localeCompare('pawbin') === 0) {
new_theme = donsol.pawbinTheme
}
if (theme_value.localeCompare('roguelite') === 0) {
new_theme = donsol.rogueliteTheme
}