diff --git a/Color-schemes.md b/Color-schemes.md index 8d8df9b..d0c0c51 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -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