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 similarpull/203/head
parent
ad41c5cdc5
commit
e0bac1cdc6
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue