Add Apollo theme
This commit is contained in:
parent
6f8ed0141a
commit
297caa928f
3 changed files with 15 additions and 0 deletions
|
|
@ -152,6 +152,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('theme') === 0) {
|
||||
new_theme = donsol.defaultTheme
|
||||
}
|
||||
if (theme_value.localeCompare('apollo') === 0) {
|
||||
new_theme = donsol.apolloTheme
|
||||
}
|
||||
if (theme_value.localeCompare('gameboy') === 0) {
|
||||
new_theme = donsol.gameboyTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue