Add Noir theme
This commit is contained in:
parent
ffe7b0a8bc
commit
3478753597
3 changed files with 15 additions and 0 deletions
|
|
@ -224,6 +224,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('ninetynine') === 0) {
|
||||
new_theme = donsol.ninetynineTheme
|
||||
}
|
||||
if (theme_value.localeCompare('noir') === 0) {
|
||||
new_theme = donsol.noirTheme
|
||||
}
|
||||
if (theme_value.localeCompare('roguelite') === 0) {
|
||||
new_theme = donsol.rogueliteTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue