1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-05 21:03:27 +02:00
home-manager/tests/modules/programs/zsh
ThinkChaos f5f64ac022
zsh: allow setting custom syntax highlighting styles (#4122)
* zsh: allow setting custom syntax highlighting styles

Custom styles allow overriding the default colors.
Example:
```nix
zsh.syntaxHighlighting.styles.comment = "fg=#6c6c6c";
```

See https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md

* zsh: allow configuring syntax-highlighting package
2023-06-28 11:12:58 +02:00
..
default.nix zsh: allow setting custom syntax highlighting styles (#4122) 2023-06-28 11:12:58 +02:00
history-ignore-pattern.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
history-path-new-custom.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
history-path-new-default.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
history-path-old-custom.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
history-path-old-default.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
history-substring-search.nix zsh: allow multiple bindings to history-substring-search (#3929) 2023-04-29 16:53:09 +02:00
prezto.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00
session-variables.nix zsh: move sessionVariables from .zshrc to .zshenv (#2708) 2022-02-17 10:20:56 +01:00
syntax-highlighting.nix zsh: allow setting custom syntax highlighting styles (#4122) 2023-06-28 11:12:58 +02:00