-
Notifications
You must be signed in to change notification settings - Fork 2
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
[bug] rgb values, overlay tokens #126
Comments
I like this, could be a good solution. |
Because I was doing some investigation on this myself today. @marionnegp I wonder if any of these plugins would be helpful to move this forward? https://www.figma.com/community/plugin/1173638098109123591/okcolor https://www.figma.com/community/plugin/1418444633232614903/ok-palette |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
rh-table
we are using transparencies with various crayon tokens. Even though we try and avoid using crayons in components, we are using them there because they provide RGB values to which we can apply opacity.We are also using
#FFFFFF
or--rh-color-white
which does not provide RGB values. I have created a--_rh-color-white-rgb
private var as a place holder for now.Should we though ensure all base crayon colors have RGB values?
Do we think we should abstract these RGB values into overlay tokens which provide could provide additional semantic layer so they would be used in a component instead of the crayon? I envision some difficulty in abstracting the color values + opacity level in doing so to the name of the tokens.
The text was updated successfully, but these errors were encountered: