Allow specifying 16 base ANSI colors by their names

Close #2502
This commit is contained in:
Junegunn Choi
2021-05-26 19:32:20 +09:00
parent 7e5aa1e2a5
commit a4bc08f5a3
3 changed files with 57 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.27.2
------
- 16 base ANSI colors can be specified by their names
```sh
fzf --color fg:3,fg+:11
fzf --color fg:yellow,fg+:bright-yellow
```
0.27.1
------
- Added `unbind` action. In the following Ripgrep launcher example, you can