1
0
Fork 0

Zsh theme: Make command separators blue

This commit is contained in:
tastytea 2022-05-04 04:03:14 +02:00
parent 70c7643214
commit 9628fe4f7e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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]}"