mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Color schemes (markdown)
@@ -172,4 +172,13 @@ _gen_fzf_default_opts
|
|||||||
|
|
||||||
A collection of color schemes based on the [base16](https://github.com/chriskempson/base16) project.
|
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
|
||||||
|
'
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user