Allow mermaid theme to be set via editorTheme and custom themes

Fixes #4274
This commit is contained in:
Nick O'Leary
2023-11-20 17:47:39 +00:00
parent 3dec609459
commit e945deeab6
3 changed files with 7 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ RED.editor.mermaid = (function () {
'vendor/mermaid/mermaid.min.js',
function (data, stat, jqxhr) {
mermaid.initialize({
startOnLoad: false
startOnLoad: false,
theme: RED.settings.get('mermaid', {}).theme
})
loaded = true
while(pendingEvals.length > 0) {