summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-01-21 23:12:57 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-01-21 23:12:57 +0900
commit3a4c3d3e58691beec3a6aff34e5b80fde541e13d (patch)
tree8e9c4370b3d5c19064b6ce706f301ba26d5604e3
parent7484292e63f0dabca4cccdca136f6a6d105b3b79 (diff)
Add link to fzf Theme Playground by @vitormv
https://vitormv.github.io/fzf-themes/
-rw-r--r--ADVANCED.md7
-rw-r--r--README.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/ADVANCED.md b/ADVANCED.md
index ee3acc23..6e1d04f1 100644
--- a/ADVANCED.md
+++ b/ADVANCED.md
@@ -29,6 +29,7 @@ Advanced fzf examples
* [Branches](#branches)
* [Commit hashes](#commit-hashes)
* [Color themes](#color-themes)
+ * [fzf Theme Playground](#fzf-theme-playground)
* [Generating fzf color theme from Vim color schemes](#generating-fzf-color-theme-from-vim-color-schemes)
<!-- vim-markdown-toc -->
@@ -632,6 +633,12 @@ export FZF_DEFAULT_OPTS='--color=bg+:#293739,bg:#1B1D1E,border:#808080,spinner:#
![molokai](https://user-images.githubusercontent.com/700826/113475085-8619f300-94ae-11eb-85e4-2766fc3246bf.png)
+### 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.
+
### Generating fzf color theme from Vim color schemes
The Vim plugin of fzf can generate `--color` option from the current color
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
----------------