1
0
Fork 0

Zsh theme: Set unknown-token to default

This commit is contained in:
tastytea 2022-04-15 13:48:12 +02:00
parent 30150785aa
commit 63f2f0920d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]="fg=${_urc[dark]}"
# Misc
ZSH_HIGHLIGHT_STYLES[default]="fg=${_urc[default]}"
ZSH_HIGHLIGHT_STYLES[comment]="fg=${_urc[comments]},italic"
ZSH_HIGHLIGHT_STYLES[unknown-token]="standout"
ZSH_HIGHLIGHT_STYLES[unknown-token]="default"
ZSH_HIGHLIGHT_STYLES[globbing]="fg=${_urc[default]},bold"
ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=${_urc[builtins]}"
ZSH_HIGHLIGHT_STYLES[redirection]="fg=${_urc[light]}"