From: David DeSandro Date: Fri, 17 Jun 2011 14:34:20 +0000 (-0400) Subject: rainbowbrite theme : color branch status indicator X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=fcf358169ff91ca3f10f96161b187e1a7227b93c;p=common%2Fbash_it.git rainbowbrite theme : color branch status indicator --- diff --git a/themes/rainbowbrite/rainbowbrite.theme.bash b/themes/rainbowbrite/rainbowbrite.theme.bash index c9d6f7e..581fca4 100644 --- a/themes/rainbowbrite/rainbowbrite.theme.bash +++ b/themes/rainbowbrite/rainbowbrite.theme.bash @@ -20,9 +20,9 @@ prompt_setter() { PROMPT_COMMAND=prompt_setter -SCM_THEME_PROMPT_DIRTY=" ✗" -SCM_THEME_PROMPT_CLEAN=" ✓" +SCM_THEME_PROMPT_DIRTY=" ${red}✗" +SCM_THEME_PROMPT_CLEAN=" ${green}✓" SCM_THEME_PROMPT_PREFIX=" (" -SCM_THEME_PROMPT_SUFFIX=")" +SCM_THEME_PROMPT_SUFFIX="${yellow})" RVM_THEME_PROMPT_PREFIX=" (" RVM_THEME_PROMPT_SUFFIX=")"