mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Color schemes (markdown)
@@ -1,3 +1,5 @@
|
||||
## `--color`
|
||||
|
||||
You can partially or completely customize the default color configuration of fzf with `--color` option.
|
||||
|
||||
```sh
|
||||
@@ -17,7 +19,7 @@ export FZF_DEFAULT_OPTS='
|
||||
'
|
||||
```
|
||||
|
||||
##### Base scheme
|
||||
#### Base scheme
|
||||
|
||||
(default: dark on 256-color terminal, otherwise 16)
|
||||
|
||||
@@ -26,7 +28,7 @@ export FZF_DEFAULT_OPTS='
|
||||
- `16` Color scheme for 16-color terminal
|
||||
- `bw` No colors
|
||||
|
||||
##### Color configuration
|
||||
#### Color configuration
|
||||
- `fg` Text
|
||||
- `bg` Background
|
||||
- `hl` Highlighted substrings
|
||||
@@ -39,4 +41,14 @@ export FZF_DEFAULT_OPTS='
|
||||
- `marker` Multi-select marker
|
||||
- `spinner` Streaming input indicator
|
||||
|
||||
## Color schemes
|
||||
|
||||
### Red
|
||||
|
||||
```sh
|
||||
--color fg:124,bg:16,hl:202,fg+:214,bg+:52,hl+:231
|
||||
--color info:52,prompt:196,spinner:208,pointer:196,marker:208
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user