m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Color schemes (markdown)

nstetter
2019-01-05 12:57:41 +01:00
parent cb682d70a0
commit 2c1195473c

@@ -172,4 +172,13 @@ _gen_fzf_default_opts
A collection of color schemes based on the [base16](https://github.com/chriskempson/base16) project.
<https://github.com/nicodebo/base16-fzf>
<https://github.com/nicodebo/base16-fzf>
### One Dark
```
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=dark
--color=fg:-1,bg:-1,hl:#c678dd,fg+:#ffffff,bg+:#4b5263,hl+:#d858fe
--color=info:#98c379,prompt:#61afef,pointer:#be5046,marker:#e5c07b,spinner:#61afef,header:#61afef
'
```