Add Isotope theme

This commit is contained in:
Stephen Jianu 2024-10-10 11:21:08 -05:00
commit ea88cd70f1
3 changed files with 15 additions and 0 deletions

View file

@ -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
}