From 51142c3af0ff5679cb7575bce0163e715ef6a401 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 16 Feb 2024 00:54:17 +0100 Subject: [PATCH] Add some options for highlight theme --- modules/home-manager/cli/zsh/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/cli/zsh/default.nix b/modules/home-manager/cli/zsh/default.nix index 044a2ad..23e4eb4 100644 --- a/modules/home-manager/cli/zsh/default.nix +++ b/modules/home-manager/cli/zsh/default.nix @@ -26,7 +26,11 @@ in }; syntaxHighlighting = { enable = true; - highlighters = [ "brackets" ]; + highlighters = [ "brackets" "main" ]; + styles = { + double-hyphen-option = "fg=blue"; + single-hyphen-option = "fg=blue"; + }; }; completionInit = '' autoload -Uz compinit