programs.jq.colors

The colors used in colored JSON output, or null to use the defaults.

See the Colors section of the jq manual.

Type
null or (submodule)
Default
null
Example
{
  null       = "1;30";
  false      = "0;31";
  true       = "0;32";
  numbers    = "0;36";
  strings    = "0;33";
  arrays     = "1;35";
  objects    = "1;37";
  objectKeys = "1;34";
}
Declared
<home-manager/modules/programs/jq.nix>