From a7d68d3fb2af482e65a8ac36e47c819e50dbb359 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 3 Jan 2020 14:42:58 +0900 Subject: [PATCH] Updated Color schemes (markdown) --- Color-schemes.md | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) 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