-
Notifications
You must be signed in to change notification settings - Fork 430
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
feat(extras): add fzf colors #464
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me. maybe the generated files should also be included.
Thank you for checking @sahinakkaya! As for the files generated: Contributing states that these files should not be committed, that's why I didn't add them in the fist place. |
@folke, any chance we can get this merged? |
Co-authored-by: Şahin Akkaya <sahin@sahinakkaya.dev>
Thanks! |
Thanks all! ❤️ |
* up-main: (29 commits) chore(build): auto-generate vimdoc chore(build): auto-generate extras fix(treesitter): correctly link up delimiters again chore(build): auto-generate vimdoc chore(build): auto-generate extras fix: re-add `@punctuation.special` (folke#484) chore(main): release 3.0.1 (folke#479) chore(build): auto-generate extras fix(treesitter): defaults for @namespace.builtin chore(build): auto-generate vimdoc chore(build): auto-generate extras fix(treesitter): consolidate notes chore(main): release 3.0.0 (folke#475) chore(build): auto-generate extras feat(wezterm): add color for scrollbar (folke#470) feat: changed alacritty .yml to .toml (folke#450) chore(build): auto-generate vimdoc chore(build): auto-generate extras feat(extras): add fzf colors (folke#464) chore(build): auto-generate extras ...
* feat(extras): add fzf colors * chores: update formatting * Update lua/tokyonight/extra/fzf.lua Co-authored-by: Şahin Akkaya <sahin@sahinakkaya.dev> --------- Co-authored-by: Şahin Akkaya <sahin@sahinakkaya.dev>
This PR generates themes for fzf in a format of
env_var
that appends new colors to the existingFZF_DEFAULT_OPTS
value.