mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
Updated Color schemes (markdown)
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user