m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Created Color scheme (markdown)

Junegunn Choi
2015-06-03 23:19:03 +09:00
parent e94584ca93
commit b0ad495792

31
Color-scheme.md Normal file

@@ -0,0 +1,31 @@
You can partially or completely customize the default color configuration of fzf with `--color` option.
```
fzf --color=bg+:24
fzf --color=light,fg:232,bg:255,bg+:116,info:27
```
##### Base scheme
(default: dark on 256-color terminal, otherwise 16)
- `dark` Color scheme for dark 256-color terminal
- `light` Color scheme for light 256-color terminal
- `16` Color scheme for 16-color terminal
- `bw` No colors
#### Color configuration
- `fg` Text
- `bg` Background
- `hl` Highlighted substrings
- `fg+` Text (current line)
- `bg+` Background (current line)
- `hl+` Highlighted substrings (current line)
- `info` Info
- `prompt` Prompt
- `pointer` Pointer to the current line
- `marker` Multi-select marker
- `spinner` Streaming input indicator
## Red