summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortaoky <taoky99@outlook.com>2023-09-22 08:18:41 +0800
committerGitHub <noreply@github.com>2023-09-22 09:18:41 +0900
commit8f81668014f4df2654aa9ab674b5498aa9446441 (patch)
tree223b8e8db917ea45390102bfff4c9b34b00e2563 /docs
parentde1c10ca8a5e333102a00bfcb06ff98f40c774c3 (diff)
Fix the default colors to use 39, the default foreground color (#2904)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index ac1abad2..6ce8233c 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -3677,7 +3677,7 @@ sections:
- color for object keys
The default color scheme is the same as setting
- `JQ_COLORS="0;90:0;37:0;37:0;37:0;32:1;37:1;37:1;34"`.
+ `JQ_COLORS="0;90:0;39:0;39:0;39:0;32:1;39:1;39:1;34"`.
This is not a manual for VT100/ANSI escapes. However, each of
these color specifications should consist of two numbers separated
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 0a3d6002..553e7b28 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -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