From 5f246cfcac69288e9f73c1af2bcde04b816d5549 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 27 Nov 2015 01:16:20 +0900 Subject: [PATCH] Fix --- themes/pro/pro.theme.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/pro/pro.theme.bash b/themes/pro/pro.theme.bash index 2294810e..ac5daf77 100644 --- a/themes/pro/pro.theme.bash +++ b/themes/pro/pro.theme.bash @@ -5,12 +5,12 @@ light_red="$(color reset red)" SCM_THEME_PROMPT_DIRTY=" ${bold_red}✗" -SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓" +SCM_THEME_PROMPT_CLEAN=" ${green}✓" SCM_THEME_PROMPT_PREFIX=" ${light_blue}scm:(" SCM_THEME_PROMPT_SUFFIX="${light_blue})" GIT_THEME_PROMPT_DIRTY=" ${bold_red}✗" -GIT_THEME_PROMPT_CLEAN=" ${bold_green}✓" +GIT_THEME_PROMPT_CLEAN=" ${green}✓" GIT_THEME_PROMPT_PREFIX="${light_blue}git:(" GIT_THEME_PROMPT_SUFFIX="${light_blue})"