diff --git a/themes/calvin/calvin.theme.bash b/themes/calvin/calvin.theme.bash index 80df0bfb..fdb8c647 100644 --- a/themes/calvin/calvin.theme.bash +++ b/themes/calvin/calvin.theme.bash @@ -1,9 +1,9 @@ #!/usr/bin/env bash SCM_NONE_CHAR='' -SCM_THEME_PROMPT_DIRTY=" ${red}✗" -SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓" +SCM_THEME_PROMPT_DIRTY=" ${red}✗${reset_color}" +SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${reset_color}" SCM_THEME_PROMPT_PREFIX=" ${reset_color}|$(scm_char) " -SCM_THEME_PROMPT_SUFFIX="${reset_color}|" +SCM_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}" RVM_THEME_PROMPT_PREFIX="|"