Add Haxe theme
This commit is contained in:
parent
9a4a463d1f
commit
8ef8359c30
3 changed files with 15 additions and 0 deletions
|
|
@ -191,6 +191,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('gotham') === 0) {
|
||||
new_theme = donsol.gothamTheme
|
||||
}
|
||||
if (theme_value.localeCompare('haxe') === 0) {
|
||||
new_theme = donsol.haxeTheme
|
||||
}
|
||||
if (theme_value.localeCompare('nightowl') === 0) {
|
||||
new_theme = donsol.nightowlTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue