ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
380 stars 61 forks source link

Mermaid styling on github's dark theme #310

Open mateuszzagorski opened 2 years ago

mateuszzagorski commented 2 years ago

Currently used color scheme for the mermaid on Github's dark theme is not readable enough, we should take a look at that and improve it.

Examples: image

image

mateuszzagorski commented 2 years ago

The problem here is that the styles that are being loaded while generating the mermaid svg are not reading the github's dark theme correctly.

When compared with the styles loaded without GitHub Writer one can see the difference. Copying and applying them to GH Writer's mermaid implementation resolves the problem.

I wasn't able to locate the root cause of this, but short summary on what I was able to find: