MyNixOS website logo
option

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.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  comment = "fg=black,bold";
}