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