Add Orca theme
This commit is contained in:
parent
9ae67898f9
commit
c48dfc68eb
3 changed files with 15 additions and 0 deletions
|
|
@ -236,6 +236,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('op-1') === 0) {
|
||||
new_theme = donsol.op1Theme
|
||||
}
|
||||
if (theme_value.localeCompare('orca') === 0) {
|
||||
new_theme = donsol.orcaTheme
|
||||
}
|
||||
if (theme_value.localeCompare('roguelite') === 0) {
|
||||
new_theme = donsol.rogueliteTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue