1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 10:28:31 +02:00
home-manager/tests
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
..
lib lib: add functions to create DAGs from lists 2023-06-05 23:08:30 +02:00
modules zsh: allow setting custom syntax highlighting styles (#4122) 2023-06-28 11:12:58 +02:00
asserts.nix tests: fix test.assert.assertions.enable not working 2021-10-13 01:29:23 +02:00
big-test.nix tests: make enableBig an option 2022-01-02 10:36:52 +01:00
default.nix antidote: add module 2023-06-23 00:35:00 +02:00
stubs.nix tests/stubs: inherit default versions from pkgs (#4069) 2023-06-09 00:59:06 +02:00