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

Add more html color support #3

Open
jdbodyfelt opened this issue Feb 24, 2022 · 0 comments
Open

Add more html color support #3

jdbodyfelt opened this issue Feb 24, 2022 · 0 comments

Comments

@jdbodyfelt
Copy link

jdbodyfelt commented Feb 24, 2022

This is mainly in reference to the color selection, whose options seem set at:

bg_colors = ['lightblue', 'skyblue', 'pink', 'lightyellow', 'grey', 'gold']

Looking further, these are used in an html tag @ L37. It seems that a modern CSS color list could be used here, no? Or hexadecimal color encoding?

The only caveat I see is if that limit is from the digraph rendering or GraphViz, but those typically have RGB settings as well.
Anyhow, happy to make a PR and add that list.

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

1 participant