programs.zsh.prezto.syntaxHighlighting.styles

Set syntax highlighting styles.

Type
attribute set of string
Default
{ }
Example
{
  builtin = "bg=blue";
  command = "bg=blue";
  function = "bg=blue";
}
Declared
<home-manager/modules/programs/zsh/plugins/prezto.nix>