m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Color schemes (markdown)

Junegunn Choi
2015-06-03 23:25:18 +09:00
parent 7069dc31c8
commit 1f7f416c1a

@@ -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
```
![](https://cloud.githubusercontent.com/assets/700826/7895679/1ad280ba-06d6-11e5-80a8-1fef0857e8e3.png)