-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
[Feature] Get the closest color name #587
Comments
I believe this is already implemented upstream: |
If I'm not mistaken, this is the inverse of what I need! |
In the future, #249 (comment) would resolve this. |
@anotherhadi, should we close this issue as a duplicate of #249? |
That's not mentioned but could be added in the comments of #249 |
For example, the Vim highlight groups would instantiate the following named colors:
|
For some apps, colors can only be sets with colors name (blue, cyan, black, white, ...)
It would be cool to access the closest color name through config.lib.colors.name.baseXX or something like that.
The text was updated successfully, but these errors were encountered: