summaryrefslogtreecommitdiffstats
path: root/docs/content/manual/manual.yml
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-12 09:31:26 +0900
committerNico Williams <nico@cryptonector.com>2023-07-18 17:53:29 -0500
commit0b558f6ed498717546406b5367483b976578a9b2 (patch)
tree780d3eb3a27ec66aa5c26b495682ef1a5c737e44 /docs/content/manual/manual.yml
parent62d65a8a9ca181fcade36260814f8a14c442467a (diff)
Make object key color configurable (close #1739, #1791, #2638)
Co-authored-by: David Haguenauer <ml@kurokatta.org> Co-authored-by: Eric Pruitt <eric.pruitt@gmail.com>
Diffstat (limited to 'docs/content/manual/manual.yml')
-rw-r--r--docs/content/manual/manual.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index a951b9b2..2af18064 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -3485,9 +3485,10 @@ sections:
- color for strings
- color for arrays
- color for objects
+ - color for object keys
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;37:0;37:0;37:0;32:1;37:1;37:1;34"`.
This is not a manual for VT100/ANSI escapes. However, each of
these color specifications should consist of two numbers separated