From bb835a83569580b941e299117cb170be17bd7069 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 15 Nov 2017 23:47:01 +0000 Subject: [PATCH] Update some syntax-highlighting styles --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index a6c0ecc..2873d08 100644 --- a/.zshrc +++ b/.zshrc @@ -102,10 +102,9 @@ ZSH_HIGHLIGHT_STYLES[commandseparator]='fg=cyan' ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=green' ZSH_HIGHLIGHT_STYLES[path]='fg=blue' ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=yellow,bold' -ZSH_HIGHLIGHT_STYLES[path_approx]='fg=red,bold' ZSH_HIGHLIGHT_STYLES[globbing]='fg=red' ZSH_HIGHLIGHT_STYLES[comment]='fg=7' -ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=1' +ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=12' ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=12' ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=magenta'