programs.jq.colors

Home-Manager option

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 in: <home-manager/modules/programs/jq.nix>source unavailable