diff --git a/zshrc b/zshrc index c147036..4f08427 100644 --- a/zshrc +++ b/zshrc @@ -15,18 +15,18 @@ ZSH_HIGHLIGHT_STYLES[bracket-level-4]='fg=magenta,bold' #ZSH_HIGHLIGHT_STYLES[cursor]='bg=blue' # main ZSH_HIGHLIGHT_STYLES[default]='none' -ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red,bold' -ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=yellow' -ZSH_HIGHLIGHT_STYLES[alias]='fg=magenta,bold' -ZSH_HIGHLIGHT_STYLES[builtin]='fg=magenta' +ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red' +ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=magenta,bold' +ZSH_HIGHLIGHT_STYLES[alias]='fg=yellow,bold' +ZSH_HIGHLIGHT_STYLES[builtin]='fg=green,bold' ZSH_HIGHLIGHT_STYLES[function]='fg=green,bold' ZSH_HIGHLIGHT_STYLES[command]='fg=green' ZSH_HIGHLIGHT_STYLES[precommand]='fg=green,underline' ZSH_HIGHLIGHT_STYLES[commandseparator]='fg=yellow,bold' ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=green' ZSH_HIGHLIGHT_STYLES[path]='fg=cyan,bold' -ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=cyan,bold' -ZSH_HIGHLIGHT_STYLES[path_approx]='fg=yellow' +ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=cyan' +ZSH_HIGHLIGHT_STYLES[path_approx]='fg=cyan' ZSH_HIGHLIGHT_STYLES[globbing]='none' ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue,bold'