From 5b19dc60a38503a1b2b3fc386153c1a0ef5121d3 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 6 Jan 2017 18:21:08 +0900 Subject: [PATCH] make color of parentheses blue(075), same as the shell color --- themes/af-magic.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/af-magic.zsh-theme b/themes/af-magic.zsh-theme index ca52cac52..1efbd51b0 100644 --- a/themes/af-magic.zsh-theme +++ b/themes/af-magic.zsh-theme @@ -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%}"