m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

paper color -> clean code; grammar fix -> "dracula" to "Dracula"

Thuan Pham
2020-07-01 11:15:15 +07:00
parent a241f66176
commit 876a124669

@@ -180,6 +180,18 @@ _gen_fzf_default_opts() {
_gen_fzf_default_opts _gen_fzf_default_opts
``` ```
### Paper color
```sh
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#4d4d4c,bg:#eeeeee,hl:#d7005f
--color=fg+:#4d4d4c,bg+:#e8e8e8,hl+:#d7005f
--color=info:#4271ae,prompt:#8959a8,pointer:#d7005f
--color=marker:#4271ae,spinner:#4271ae,header:#4271ae'
```
![](https://raw.githubusercontent.com/thuanpham2311/img/master/fzfPapercolorTheme.png)
### Base16 colors for fzf ### Base16 colors for fzf
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.
@@ -204,7 +216,7 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
``` ```
### Dracula ### Dracula
(requires dracula theme on terminal) (requires Dracula theme on terminal)
![](https://i.imgur.com/Id0bNT5.png) ![](https://i.imgur.com/Id0bNT5.png)
```sh ```sh
@@ -232,12 +244,4 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#83a598,marker:#fe8019,header:#665c54 --color info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#83a598,marker:#fe8019,header:#665c54
``` ```
![](https://raw.githubusercontent.com/BachoSeven/mydotFiles/master/pics/screens/ricing/fzf_gruvbox.png) ![](https://raw.githubusercontent.com/BachoSeven/mydotFiles/master/pics/screens/ricing/fzf_gruvbox.png)
### Paper color
```sh
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' --color=fg:#4d4d4c,bg:#eeeeee,hl:#d7005f --color=fg+:#4d4d4c,bg+:#e8e8e8,hl+:#d7005f --color=info:#4271ae,prompt:#8959a8,pointer:#d7005f --color=marker:#4271ae,spinner:#4271ae,header:#4271ae'
```
![](https://raw.githubusercontent.com/thuanpham2311/img/master/fzfPapercolorTheme.png)