MyNixOS website logo
option

programs.zsh.prezto.syntaxHighlighting.styles

Set syntax highlighting styles.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  builtin = "bg=blue";
  command = "bg=blue";
  function = "bg=blue";
}