make color of parentheses blue(075), same as the shell color

This commit is contained in:
vincent 2017-01-06 18:21:08 +09:00
commit 5b19dc60a3

View file

@ -27,7 +27,7 @@ else
fi
# git settings
ZSH_THEME_GIT_PROMPT_PREFIX="$FG[078](branch:"
ZSH_THEME_GIT_PROMPT_PREFIX="($FG[078]branch:"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="$my_orange*%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="$FG[078])%{$reset_color%}"