An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# fzf Theme Generator

![Front page of fzf Theme Playground](./screenshot.png)

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.