1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix the default colors to use 39, the default foreground color (#2904)

This commit is contained in:
taoky
2023-09-22 08:18:41 +08:00
committed by GitHub
parent de1c10ca8a
commit 8f81668014
5 changed files with 17 additions and 17 deletions

View File

@@ -3343,7 +3343,7 @@ sections:
- color for objects
The default color scheme is the same as setting
`"JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37"`.
`"JQ_COLORS=1;30:0;39:0;39:0;39:0;32:1;39:1;39"`.
This is not a manual for VT100/ANSI escapes. However, each of
these color specifications should consist of two numbers separated