programs.zsh.syntaxHighlighting.styles

NixOS option

Specifies custom styles to be highlighted by zsh-syntax-highlighting. Please refer to the docs for more information about the usage: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md

type: attribute set of string
Default
{ }
Example
{
  "alias" = "fg=magenta,bold";
}
declared in: nixos/modules/programs/zsh/zsh-syntax-highlighting.nixView source on NixOS/nixpkgs →