Add Cobalt theme

This commit is contained in:
Stephen Jianu 2024-01-17 19:06:41 -06:00
commit 9ca916feac
3 changed files with 15 additions and 0 deletions

View file

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