diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-05-04 15:08:23 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-05-04 15:08:23 +0900 |
| commit | c6d83047e5662214a0e6e4f341e5c952a53d524a (patch) | |
| tree | 6b67d99cebe4e4572e46aaa207171fb53a16c964 /CHANGELOG.md | |
| parent | 46dabccdf1f5d79489453379ecadb9d8f4d82ed6 (diff) | |
| download | fzf-c6d83047e5662214a0e6e4f341e5c952a53d524a.tar.gz | |
Allow whitespace as separator in --color option
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 464faa9f..0f6a9fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ CHANGELOG 0.62.0 ------ +- Relaxed the `--color` option syntax to allow whitespace-separated entries (in addition to commas), making multi-line definitions easier to write and read + ```sh + # seoul256-light + fzf --style full --color=' + fg:#616161 fg+:#616161 + bg:#ffffff bg+:#e9e9e9 alt-bg:#f1f1f1 + hl:#719872 hl+:#719899 + pointer:#e12672 marker:#e17899 + header:#719872 + spinner:#719899 info:#727100 + prompt:#0099bd query:#616161 + border:#e1e1e1 + ' + ``` - Added `alt-bg` color to create striped lines to visually separate rows ```sh fzf --color bg:237,alt-bg:238,current-bg:236 --highlight-line |
