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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user