Colors for 'separator' and 'scrollbar' will default to that for 'border'

This commit is contained in:
Junegunn Choi
2023-01-01 19:01:56 +09:00
parent 5cd6f1d064
commit 435d8fa0a2
4 changed files with 40 additions and 35 deletions
+4
View File
@@ -105,6 +105,10 @@ CHANGELOG
# No need to bind 'double-click' to the same action
fzf --bind 'enter:execute:less {}' # --bind 'double-click:execute:less {}'
```
- If the color for `separator` is not specified, it will default to the
color for `border`. Same holds true for `scrollbar`. This is to reduce
the number of configuration items required to achieve a consistent color
scheme.
- Added color name `preview-label` for `--preview-label` (defaults to `label`
for `--border-label`)
- Minor bug fixes and improvements