summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-18 02:52:30 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-18 02:55:17 +0900
commitf66d94c6b06c58141c40935bfb18a45858cf79da (patch)
treebf33ee2c91769984d59d2fd0fb479bdeda5f80a1 /man/man1
parent2fe1e28220c543ddbf4e12ee7396e44ee85ad8e0 (diff)
Add `--color=[dark|light|16|bw]` option
- dark: the current default for 256-color terminal - light: color scheme for 256-color terminal with light background - 16: the default color scheme for 16-color terminal (`+2`) - bw: no colors (`+c`)
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.120
1 files changed, 15 insertions, 5 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index cff8160c..4626ebaa 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -91,11 +91,21 @@ Enable processing of ANSI color codes
.B "--no-mouse"
Disable mouse
.TP
-.B "+c, --no-color"
-Disable colors
-.TP
-.B "+2, --no-256"
-Disable 256-color
+.B "--color=COL"
+Color scheme: [dark|light|16|bw]
+.br
+(default: dark on 256-color terminal, otherwise 16)
+.br
+.R ""
+.br
+.BR dark " Dark color scheme for 256-color terminal"
+.br
+.BR light " Light color scheme for 256-color terminal"
+.br
+.BR 16 " Default color scheme for 16-color terminal"
+.br
+.BR bw " No colors"
+.br
.TP
.B "--black"
Use black background