mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Created Color scheme (markdown)
31
Color-scheme.md
Normal file
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
|
||||
|
||||
Reference in New Issue
Block a user