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.
|
You can partially or completely customize the default color configuration of fzf with `--color` option.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -17,7 +19,7 @@ export FZF_DEFAULT_OPTS='
|
|||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Base scheme
|
#### Base scheme
|
||||||
|
|
||||||
(default: dark on 256-color terminal, otherwise 16)
|
(default: dark on 256-color terminal, otherwise 16)
|
||||||
|
|
||||||
@@ -26,7 +28,7 @@ export FZF_DEFAULT_OPTS='
|
|||||||
- `16` Color scheme for 16-color terminal
|
- `16` Color scheme for 16-color terminal
|
||||||
- `bw` No colors
|
- `bw` No colors
|
||||||
|
|
||||||
##### Color configuration
|
#### Color configuration
|
||||||
- `fg` Text
|
- `fg` Text
|
||||||
- `bg` Background
|
- `bg` Background
|
||||||
- `hl` Highlighted substrings
|
- `hl` Highlighted substrings
|
||||||
@@ -39,4 +41,14 @@ export FZF_DEFAULT_OPTS='
|
|||||||
- `marker` Multi-select marker
|
- `marker` Multi-select marker
|
||||||
- `spinner` Streaming input indicator
|
- `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