Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark themes didn't change text color of delays in sequence diagrams #15

Open
yume-chan opened this issue Jun 21, 2021 · 2 comments
Open

Comments

@yume-chan
Copy link

I'm using Cyborg theme for my dark themed site, but delays are still in black thus invisible.

Example:

@startuml
!theme cyborg

participant Client
participant Daemon

Client -> Daemon: CNXN (host::)
...Optional Authentication...
Daemon -> Client: CNXN (device::)
@enduml

Result:

http://www.plantuml.com/plantuml/png/LOqn3i8m34Ltdy9iC903P415PIuhQqWjQYbnejP1ulOa2WnTtzTxVzZKhLfY03ZeGf7GVvvfVG7aojbpTg8u1YRH7RevYaa0-eJdouzO7AV7XCSbRMhj2OmnzwoSn0MybdeXDU4Qg0jqfzczyxTdUhEdviD0CfSOlW00

1

I also tested other dark themes (black-knight, cyborg-outline, hacker, superhero and superhero-outline), they all have this issue.

@bschwarz
Copy link
Owner

Thank you for the report. I know how to fix it, but I won't have time until tomorrow to get it into puml-themes and plantuml.

In the meantime, you can set these values yourself, if you are able to. Specifically for the Delay font color:

skinparam SequenceDelayFontColor <PUT YOUR COLOR HERE>

here is an example

I think I should have the fix by late tomorrow...

@bschwarz
Copy link
Owner

bschwarz commented Jul 6, 2021

Sorry for the lateness. This is fixed in puml-themes, and I submitted a pull-request to plantuml for the fixes as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants