Add Obsidian theme
This commit is contained in:
parent
88d91bb58f
commit
9730eb4cf2
3 changed files with 15 additions and 0 deletions
|
|
@ -230,6 +230,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('nord') === 0) {
|
||||
new_theme = donsol.nordTheme
|
||||
}
|
||||
if (theme_value.localeCompare('obsidian') === 0) {
|
||||
new_theme = donsol.obsidianTheme
|
||||
}
|
||||
if (theme_value.localeCompare('roguelite') === 0) {
|
||||
new_theme = donsol.rogueliteTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue