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

Internal queues have the wrong font color in sequence diagrams #18

Open
smbecker opened this issue Jan 20, 2022 · 4 comments
Open

Internal queues have the wrong font color in sequence diagrams #18

smbecker opened this issue Jan 20, 2022 · 4 comments

Comments

@smbecker
Copy link

image

@skleanthous
Copy link
Owner

skleanthous commented Jan 21, 2022

Hey @smbecker, thank you for raising this issue.

Unfortunately, in the past it seems that plantuml doesn't always honour skin parameter settings. I am not sure this is one of those cases, but I will try later today to confirm, and see what I can do.

@skleanthous
Copy link
Owner

If you're running this locally, one thing you could try is update plantuml to its latest version and see if that works.

@smbecker
Copy link
Author

I found that if I add the following, it fixes the queue font color.

skinparam queue {
    FontColor SYSTEM_FONT_COLOR
}

This seems to be missing from https://github.com/skleanthous/C4-PlantumlSkin/blob/master/src/items/sequence.puml

@smbecker
Copy link
Author

smbecker commented Jan 21, 2022

I verified it here but I had to make some build changes to allow me to use the output from that branch. Not sure how valuable that would be to you. I can remove that stuff if you want and push a PR although I'm not entirely sure why VS Code seems to have completely reformatted the files that I touched.

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