Update --color example in CHANGELOG

New color name: input
pull/2224/head
Junegunn Choi 4 years ago
parent 8b0e3b1624
commit 874f7dd416
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -24,7 +24,7 @@ CHANGELOG
rg --line-number --no-heading --color=always "" | rg --line-number --no-heading --color=always "" |
fzf --ansi --prompt "Rg: " \ fzf --ansi --prompt "Rg: " \
--color fg+:italic,hl:underline:-1,hl+:underline:reverse:-1 \ --color fg+:italic,hl:underline:-1,hl+:underline:reverse:-1 \
--color pointer:underline:reverse,prompt:reverse \ --color pointer:reverse,prompt:reverse,input:159 \
--pointer ' ' --pointer ' '
``` ```
- To indicate if `--multi` mode is enabled, fzf will print the number of - To indicate if `--multi` mode is enabled, fzf will print the number of

Loading…
Cancel
Save