m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Color schemes (markdown)

Junegunn Choi
2020-01-03 14:42:58 +09:00
parent 95e1b1aa29
commit a7d68d3fb2

@@ -29,18 +29,26 @@ export FZF_DEFAULT_OPTS='
- `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
- `header` Header
| Color | Description |
| -- | -- |
| `fg` | Text |
| `bg` | Background |
| `preview-fg` | Preview window text |
| `preview-bg` | Preview window background |
| `hl` | Highlighted substrings |
| `fg+` | Text (current line) |
| `bg+` | Background (current line) |
| `gutter` | Gutter on the left (defaults to `bg+`) |
| `hl+` | Highlighted substrings (current line) |
| `info` | Info |
| `border` | Border of the preview window and horizontal separators (--border) |
| `prompt` | Prompt |
| `pointer` | Pointer to the current line |
| `marker` | Multi-select marker |
| `spinner` | Streaming input indicator |
| `header` | Header |
#### 24-bit colors