Add Solarized Light theme
This commit is contained in:
parent
1feccd608f
commit
e9da6fe369
3 changed files with 15 additions and 0 deletions
|
|
@ -263,6 +263,9 @@ function Player () {
|
|||
if (theme_value.localeCompare('solarizedDark') === 0) {
|
||||
new_theme = donsol.solarizedDarkTheme
|
||||
}
|
||||
if (theme_value.localeCompare('solarizedLight') === 0) {
|
||||
new_theme = donsol.solarizedLightTheme
|
||||
}
|
||||
if (theme_value.localeCompare('tape') === 0) {
|
||||
new_theme = donsol.tapeTheme
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue