m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -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 - `bw` No colors
#### Color configuration #### Color configuration
- `fg` Text
- `bg` Background | Color | Description |
- `hl` Highlighted substrings | -- | -- |
- `fg+` Text (current line) | `fg` | Text |
- `bg+` Background (current line) | `bg` | Background |
- `hl+` Highlighted substrings (current line) | `preview-fg` | Preview window text |
- `info` Info | `preview-bg` | Preview window background |
- `prompt` Prompt | `hl` | Highlighted substrings |
- `pointer` Pointer to the current line | `fg+` | Text (current line) |
- `marker` Multi-select marker | `bg+` | Background (current line) |
- `spinner` Streaming input indicator | `gutter` | Gutter on the left (defaults to `bg+`) |
- `header` Header | `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 #### 24-bit colors