m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:36:58 -05:00

Respect $NO_COLOR environment variable

Close #1762
This commit is contained in:
Junegunn Choi
2024-05-20 10:50:00 +09:00
parent 04db44067d
commit aee417c46a
2 changed files with 9 additions and 2 deletions

View File

@@ -482,7 +482,7 @@ color mappings.
.RS
.B BASE SCHEME:
(default: dark on 256-color terminal, otherwise 16)
(default: \fBdark\fR on 256-color terminal, otherwise \fB16\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