summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-05-04 15:08:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-05-04 15:08:23 +0900
commitc6d83047e5662214a0e6e4f341e5c952a53d524a (patch)
tree6b67d99cebe4e4572e46aaa207171fb53a16c964 /man
parent46dabccdf1f5d79489453379ecadb9d8f4d82ed6 (diff)
downloadfzf-c6d83047e5662214a0e6e4f341e5c952a53d524a.tar.gz
Allow whitespace as separator in --color option
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.116
1 files changed, 14 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 2159cf36..e7a71c57 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -242,7 +242,7 @@ Apply a style preset [default|minimal|full[:BORDER_STYLE]]
.TP
.BI "\-\-color=" "[BASE_SCHEME][,COLOR_NAME[:ANSI_COLOR][:ANSI_ATTRIBUTES]]..."
Color configuration. The name of the base color scheme is followed by custom
-color mappings.
+color mappings. Each entry is separated by a comma and/or whitespaces.
.RS
.B BASE SCHEME:
@@ -338,7 +338,19 @@ color mappings.
# Seoul256 theme with 24-bit colors
fzf \-\-color='bg:#4B4B4B,bg+:#3F3F3F,info:#BDBB72,border:#6B6B6B,spinner:#98BC99' \\
\-\-color='hl:#719872,fg:#D9D9D9,header:#719872,fg+:#D9D9D9' \\
- \-\-color='pointer:#E12672,marker:#E17899,prompt:#98BEDE,hl+:#98BC99'\fR
+ \-\-color='pointer:#E12672,marker:#E17899,prompt:#98BEDE,hl+:#98BC99'
+
+ # Seoul256 light theme with 24-bit colors, each entry separated by whitespaces
+ 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
+ '\fR
.RE
.TP
.B "\-\-no\-color"