From 3a4c3d3e58691beec3a6aff34e5b80fde541e13d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 21 Jan 2024 23:12:57 +0900 Subject: Add link to fzf Theme Playground by @vitormv https://vitormv.github.io/fzf-themes/ --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5ea4fd2c..538f3064 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Table of Contents * [Tips](#tips) * [Respecting `.gitignore`](#respecting-gitignore) * [Fish shell](#fish-shell) + * [fzf Theme Playground](#fzf-theme-playground) * [Related projects](#related-projects) * [License](#license) @@ -798,6 +799,12 @@ valid directory. Example: set -g FZF_CTRL_T_COMMAND "command find -L \$dir -type f 2> /dev/null | sed '1d; s#^\./##'" ``` +### fzf Theme Playground + +[fzf Theme Playground](https://vitormv.github.io/fzf-themes/) created by +[Vitor Mello](https://github.com/vitormv) is a webpage where you can +interactively create fzf themes. + Related projects ---------------- -- cgit v1.2.3