-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Color Picker to make custom Color Scheme for fzf #1602
Comments
Hi, thanks for your interest in the project, and pardon me for the late response. The color picker looks pretty cool, thanks for sharing. However, I do not think we should add the code to fzf binary since it's still a very niche feature, and I'd like to keep fzf as small as possible like any other Unix tools. But I like the web version of it, let me add it to the wiki page. It can be somewhat more accessible to the users than #1601 since they don't need the latest version of fzf and they don't have to learn about the new option. A couple of things you might want to know:
Anyway, thanks again for your contribution! |
Hi! I need some tools to make custom color scheme of fzf easily, and I found similar needs from issue #574 on fzf.vim project.
So we made Color Picker GUI based on go-astilectron.
It can make a custom color scheme and apply it to fzf automatically. (We have checked that it is running well on Mac and Ubuntu 18.04 but unfortunately not on Windows)
Here is the preview of GUI, and the link of repository.
User guide of this is on PR #1601 and we hope it can be merged.
And I implemented the Web Color Picker for demo and web use.
I think it is better to share it with other users too, so I suggest you to link it on READ.ME or wiki - color shemes page if it is possible.
Here is the preview of my page, and the link to demo.
Please try them, and consider both suggestions.
Thank you!
The text was updated successfully, but these errors were encountered: