From ce842e06d2aa7c45c955f9ccb59ff83cb7ee8442 Mon Sep 17 00:00:00 2001
From: khaneliman
The jq package to use.
Type: -package
+null or packageDefault:
pkgs.jq
The colors used in colored JSON output.
See the Colors section +
The colors used in colored JSON output, or null to use the defaults.
See the Colors section of the jq manual.
Type: -submodule
+null or (submodule) -Default:
{
- arrays = "1;37";
- false = "0;37";
- null = "1;30";
- numbers = "0;37";
- objectKeys = "1;34";
- objects = "1;37";
- strings = "0;32";
- true = "0;37";
-}
-
+Default:
+null
Example:
{
null = "1;30";