-
Notifications
You must be signed in to change notification settings - Fork 0
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
issues with hex color, missing entry #1
Comments
I ended up using a color dropper on the base0C in the image - it looks like #5aebbc is the correct color. In terms of a missing base0F, there's nothing that can really be done - builders should error out in this instance, but I guess they don't always do that. |
shoot sorry I hoped I fixed that real quick after |
Thanks - it might still need a |
Yeah, this is still missing |
@belak |
I think it's meant for deprecated functions, not that the color is deprecated. That's definitely not very clear. |
Does 46415a7 close this again? |
I believe it does |
This is now resolved and can be closed. |
Hi, two issues that pybase16-builder uncovered:
base0C: "5aevvc"
- pybase16 chokes on trying to interpretev
as a hex color - i replaced thevv
with00
but i'm not sure what color it's supposed to bebase0F
entry (i usedffffff
)I put in some fake values to get it to complete and it seems fine but you'd probably have a better idea what they should be.
The text was updated successfully, but these errors were encountered: