mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
spelling
This commit is contained in:
@ -147,7 +147,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
|
|||||||
### Setting Custom Colors via Environment Variable
|
### Setting Custom Colors via Environment Variable
|
||||||
You can specify custom colors via the `JC_COLORS` environment variable. The `JC_COLORS` environment variable takes four comma separated string values in the following format:
|
You can specify custom colors via the `JC_COLORS` environment variable. The `JC_COLORS` environment variable takes four comma separated string values in the following format:
|
||||||
```
|
```
|
||||||
JELLO_COLORS=<keyname_color>,<keyword_color>,<number_color>,<string_color>
|
JC_COLORS=<keyname_color>,<keyword_color>,<number_color>,<string_color>
|
||||||
```
|
```
|
||||||
Where colors are: `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `gray`, `brightblack`, `brightred`, `brightgreen`, `brightyellow`, `brightblue`, `brightmagenta`, `brightcyan`, `white`, or `default`
|
Where colors are: `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `gray`, `brightblack`, `brightred`, `brightgreen`, `brightyellow`, `brightblue`, `brightmagenta`, `brightcyan`, `white`, or `default`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user