SiriusXT / trilium-drawio

Trilium integrated drawio plug-in
59 stars 5 forks source link

dark theme not working #1

Closed trailjeep closed 1 year ago

trailjeep commented 1 year ago

Thanks, this is a nice addon.

Dark drawio theme does not load Using builtin trilium dark theme. Does have:

:root {
  --theme-style: dark;

changing:

if (themeStyle.indexOf('dark') > 0) { iframe.setAttribute('class', 'dark'); }

to:

iframe.setAttribute('class', 'dark');

works fine.

SiriusXT commented 1 year ago

It has been fixed