adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.54k stars 1.21k forks source link

dark mode for http://flowchart.js.org/? #232

Closed Creative-Ataraxia closed 2 years ago

Creative-Ataraxia commented 2 years ago

possible to work a dark mode to http://flowchart.js.org/ ? under win10 dark mode/chrome, http://flowchart.js.org/ is completely unreadable with both background and fonts being white

adrai commented 2 years ago

You can define your custom colors and styles: https://github.com/adrai/flowchart.js/blob/master/example/index.html#L42 if you want a built-in dark mode detection etc... feel free to provide a PR

Creative-Ataraxia commented 2 years ago

thanks for the follow up.