From cf615152e192729541db6c06f0c009e2898b1c4e Mon Sep 17 00:00:00 2001 From: David Biesack Date: Tue, 17 Dec 2019 11:02:07 -0500 Subject: correct the default JQ_COLORS to use 37, not undefined color 39 --- docs/content/manual/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index f50f0e62..b0f26af3 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -3291,7 +3291,7 @@ sections: - color for objects The default color scheme is the same as setting - `"JQ_COLORS=1;30:0;39:0;39:0;39:0;32:1;39:1;39"`. + `"JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37"`. This is not a manual for VT100/ANSI escapes. However, each of these color specifications should consist of two numbers separated -- cgit v1.2.3