mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Color schemes (markdown)
@@ -8,7 +8,9 @@ fzf --color=bg+:24
|
|||||||
fzf --color=light,fg:232,bg:255,bg+:116,info:27
|
fzf --color=light,fg:232,bg:255,bg+:116,info:27
|
||||||
```
|
```
|
||||||
|
|
||||||
The color specification can be quite long if fully customized, so it's advised that you put it in `$FZF_DEFAULT_OPTS`. You can split it into multiple `--color`s.
|
The name of the base color scheme is followed by custom color mappings. Ansi color code of -1 denotes terminal default foreground/background color.
|
||||||
|
|
||||||
|
The color specification can be quite long if fully customized, so it's advised that you put it in `$FZF_DEFAULT_OPTS`. You can also split it into multiple `--color`s like follows:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export FZF_DEFAULT_OPTS='
|
export FZF_DEFAULT_OPTS='
|
||||||
|
|||||||
Reference in New Issue
Block a user