-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
Good first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsHelp wanted 🙏Outside help would be appreciated, good for new contributorsOutside help would be appreciated, good for new contributorspyreverseRelated to pyreverse componentRelated to pyreverse component
Milestone
Description
Current problem
In pyreverse, assuming we use --colorized
and increase --max-color-depth
, the .png generated diagrams use different colors. But the .html generated diagrams do not use multiple colors, they only use a single color.
Desired solution
When using use --colorized
and increasing --max-color-depth
with --output html
, the generated packages.html
and classes.html
should have different colors.
More precisely, the node
elements in CSS should have different stroke
and fill
colors, according to the --max-color-depth
and the --color-palette
.
Additional context
No response
Metadata
Metadata
Assignees
Labels
Good first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsHelp wanted 🙏Outside help would be appreciated, good for new contributorsOutside help would be appreciated, good for new contributorspyreverseRelated to pyreverse componentRelated to pyreverse component