diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-17 19:38:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 19:38:49 +0900 |
| commit | 2a92c7d792b45112ab82eef0be2aa11038e6185d (patch) | |
| tree | 001879596aad0192e5e0fa20cde3e78c96e1b6ce /man | |
| parent | f5975cf87029522cc6f6d18e83ae531005e0cb64 (diff) | |
| download | fzf-2a92c7d792b45112ab82eef0be2aa11038e6185d.tar.gz | |
Adjust base16 (16) theme (#4501)
Motivation:
`--color base16` can be a better default than `dark` or `light`, since it uses
the colors defined by the current theme. This usually blends in more
naturally and works well in both light and dark modes.
However, some elements were previously hard-coded with white or black
foreground colors, which can cause rendering issues in certain terminal
themes.
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index d53d4991..0a6a9ff9 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -246,11 +246,11 @@ color mappings. Each entry is separated by a comma and/or whitespaces. .RS .B BASE SCHEME: - (default: \fBdark\fR on 256-color terminal, otherwise \fB16\fR; If \fBNO_COLOR\fR is set, \fBbw\fR) + (default: \fBdark\fR on 256-color terminal, otherwise \fBbase16\fR; If \fBNO_COLOR\fR is set, \fBbw\fR) - \fBdark \fRColor scheme for dark 256-color terminal - \fBlight \fRColor scheme for light 256-color terminal - \fB16 \fRColor scheme for 16-color terminal + \fBdark \fRColor scheme for dark terminal + \fBlight \fRColor scheme for light terminal + \fBbase16 \fRColor scheme using base 16 colors (alias: \fB16\fR) \fBbw \fRNo colors (equivalent to \fB\-\-no\-color\fR) .B COLOR NAMES: |
