https://github.com/vitormv/fzf-themes
Tweak, preview, import & share your fzf themes in an interactive environment.
https://github.com/vitormv/fzf-themes
fzf preview theme-generator
Last synced: about 1 year ago
JSON representation
Tweak, preview, import & share your fzf themes in an interactive environment.
- Host: GitHub
- URL: https://github.com/vitormv/fzf-themes
- Owner: vitormv
- License: mit
- Created: 2024-01-06T18:18:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T21:22:14.000Z (over 2 years ago)
- Last Synced: 2024-08-02T16:11:00.523Z (almost 2 years ago)
- Topics: fzf, preview, theme-generator
- Language: TypeScript
- Homepage: https://vitormv.github.io/fzf-themes/
- Size: 1.49 MB
- Stars: 55
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fzf Theme Generator

This tool allows you to quickly preview and tweak some of the many of the `fzf` ([repo](https://github.com/junegunn/fzf)) options/colors,
to make it look just the way you like it.
Made with Svelte.
## Export
You can either export your options/colors to an `FZF_DEFAULT_OPTS` variable for your `.bashrc`, or
share it with others through a url hash permalink.
## Known limitations
This tool is meant to be a way to quickly preview `fzf` colors and settings, therefore
not **all** options are supported. Some are quite hard to implement, or there is no point in recreating
them here as the visual difference is minimal (e.g. margin/padding percentages). When you doubt, always consult `man fzf` for details! Some known unsupported features are:
- margin/padding percentages
- inline "info" options are missing
- border top/bottom/left/right
- and many more!
Some of these might be added in the future when I have time, but PRs are also welcome.