From ffb6e28ca7ea6dbaaf5bdf3e0f71b45565cb7b67 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 28 May 2025 00:27:33 +0900 Subject: Allow customizing --ghost color via '--color ghost' Examples: # Dimmed red fzf --ghost booya --color ghost:red # Regular red fzf --ghost booya --color ghost:red:regular Close #4398 --- man/man1/fzf.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'man/man1') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index d41fa170..a07222e1 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -272,6 +272,7 @@ color mappings. Each entry is separated by a comma and/or whitespaces. \fBcurrent\-hl (hl+) \fRHighlighted substrings (current line) \fBalt\-bg \fRAlternate background color to create striped lines \fBquery (input\-fg) \fRQuery string + \fBghost \fRGhost text (\fB\-\-ghost\fR, \fBdim\fR applied by default) \fBdisabled \fRQuery string when search is disabled (\fB\-\-disabled\fR) \fBinfo \fRInfo line (match counters) \fBborder \fRBorder around the window (\fB\-\-border\fR and \fB\-\-preview\fR) -- cgit v1.2.3