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
pull/203/head
Darayus Nanavati 2013-04-26 03:15:27 +10:00
parent ad41c5cdc5
commit e0bac1cdc6
1 changed files with 1 additions and 1 deletions

View File

@ -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}"