Mermaid-Chart / vscode-mermaid-preview

Previews Mermaid diagrams
MIT License
142 stars 15 forks source link

Loop text hard to read on dark background #49

Closed CoenraadS closed 6 years ago

CoenraadS commented 6 years ago

Expected behaviour

[Every Minute] should use a light font

sequenceDiagram
    participant One
    participant Two
    loop Every minute
    One ->> Two: Hello
    end

Actual behaviour

image

Include:

vstirbu commented 6 years ago

duplicate of #41. please follow progress there.