From 9628fe4f7ea41fdf8b73dd3cadacc6f551b8937e Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 4 May 2022 04:03:14 +0200 Subject: [PATCH] Zsh theme: Make command separators blue --- .config/zsh/themes/syntax-tastytea.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/themes/syntax-tastytea.zsh b/.config/zsh/themes/syntax-tastytea.zsh index 68d15e7..1ee0f01 100644 --- a/.config/zsh/themes/syntax-tastytea.zsh +++ b/.config/zsh/themes/syntax-tastytea.zsh @@ -44,7 +44,7 @@ ZSH_HIGHLIGHT_STYLES[back-quoted-argument]="fg=${_ttc[misc]}" ZSH_HIGHLIGHT_STYLES[back-quoted-argument-unclosed]="fg=${_ttc[misc]},bold" # Punctuation -ZSH_HIGHLIGHT_STYLES[commandseparator]="none" +ZSH_HIGHLIGHT_STYLES[commandseparator]="fg=${_ttc[misc]}" ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]="fg=${_ttc[commands]}" ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-quoted]="fg=${_ttc[commands]}" ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-unquoted]="fg=${_ttc[commands]}"