From f422893b8e697939fb16d68ee01e3c6ee8f1b145 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 12 Jan 2025 10:29:15 +0900 Subject: [PATCH] Add --style to the CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c78821e8..5e6e7cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ CHANGELOG This version introduces three new border types, `--list-border`, `--input-border`, and `--header-border`, offering much greater flexibility for customizing the user interface. -Also, fzf now offers three "style presets" for easier customization, which can be activated using the `--style=[default|minimal|full]` option. + + +Also, fzf now offers "style presets" for quick customization, which can be activated using the `--style` option. + +| Preset | Screenshot | +| :--- | :--- | +| `default` | | +| `full` | | +| `minimal` | | - Style presets (#4160) - `--style=full`