From e0bac1cdc64946c0648108d671c2f4cf7c45f1b2 Mon Sep 17 00:00:00 2001 From: Darayus Nanavati Date: Fri, 26 Apr 2013 03:15:27 +1000 Subject: [PATCH] Fix zork green The zork theme SCM_THEME_PROMPT_CLEAN variable of bold_green did not appear green in some terminal themes. Changed to just green which seems to look the same or similar --- themes/zork/zork.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/zork/zork.theme.bash b/themes/zork/zork.theme.bash index c71f1344..78173f4a 100644 --- a/themes/zork/zork.theme.bash +++ b/themes/zork/zork.theme.bash @@ -2,7 +2,7 @@ SCM_THEME_PROMPT_PREFIX="" SCM_THEME_PROMPT_SUFFIX="" SCM_THEME_PROMPT_DIRTY=" ${bold_red}✗${normal}" -SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${normal}" +SCM_THEME_PROMPT_CLEAN=" ${green}✓${normal}" SCM_GIT_CHAR="${bold_green}±${normal}" SCM_SVN_CHAR="${bold_cyan}⑆${normal}" SCM_HG_CHAR="${bold_red}☿${normal}"