diff --git a/Color-schemes.md b/Color-schemes.md index f6a658f..d411195 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -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 +``` + +![](https://cloud.githubusercontent.com/assets/700826/7895679/1ad280ba-06d6-11e5-80a8-1fef0857e8e3.png)