Add Cobalt theme
This commit is contained in:
parent
87483b6148
commit
9ca916feac
3 changed files with 15 additions and 0 deletions
|
|
@ -170,6 +170,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('coal') === 0) {
|
||||
new_theme = donsol.coalTheme
|
||||
}
|
||||
if (theme_value.localeCompare('cobalt') === 0) {
|
||||
new_theme = donsol.cobaltTheme
|
||||
}
|
||||
if (theme_value.localeCompare('gameboy') === 0) {
|
||||
new_theme = donsol.gameboyTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue