Wire up theme changer
This commit is contained in:
parent
acf78ae475
commit
94ce23aa4b
2 changed files with 30 additions and 3 deletions
|
@ -62,7 +62,7 @@ function setCustomThemeVars(customTheme) {
|
|||
}
|
||||
}
|
||||
|
||||
function getCustomTheme(themeName) {
|
||||
export function getCustomTheme(themeName) {
|
||||
// set css variables
|
||||
const customThemes = SettingsStore.getValue("custom_themes");
|
||||
if (!customThemes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue