programs.zsh.syntaxHighlighting.styles

Custom styles for syntax highlighting. See each highlighter style option: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md

Type
attribute set of string
Default
{ }
Example
{
  comment = "fg=black,bold";
}
Declared
<home-manager/modules/programs/zsh>