summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-18 22:56:46 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-18 22:56:46 +0000
commit5cd560a3902271e1b15339460d1e78f7f006d91e (patch)
tree05f5bf9cf7780bc4dc2dc12c03fec18c4f78de40
parent62857a9f5472f91185287289e0366b7040409141 (diff)
Update website
-rw-r--r--manual/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index e044d591..ee71389b 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -7701,9 +7701,10 @@ escape sequences like <code>"1;31"</code>, in this order:</p>
<li>color for strings</li>
<li>color for arrays</li>
<li>color for objects</li>
+<li>color for object keys</li>
</ul>
<p>The default color scheme is the same as setting
-<code>"JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37"</code>.</p>
+<code>JQ_COLORS="1;30:0;37:0;37:0;37:0;32:1;37:1;37:1;34"</code>.</p>
<p>This is not a manual for VT100/ANSI escapes. However, each of
these color specifications should consist of two numbers separated
by a semi-colon, where the first number is one of these:</p>