use them plugin theme monacoTheme if present

This commit is contained in:
Steve-Mcl
2021-07-25 15:16:49 +01:00
parent 142176f194
commit d7a2fc2be4
2 changed files with 39 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ module.exports = {
theme.page = theme.page || {_:{}}
theme.page._.scripts = scriptFiles.concat(theme.page._.scripts || [])
}
themeSettings.monacoTheme = themePlugin.monacoTheme;
}
activeThemeInitialised = true;
}